Skip to content

Commit c39da9c

Browse files
committed
Fixed PR workflow trigger
1 parent 1317b08 commit c39da9c

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Linux
33
on:
44
workflow_dispatch:
55
pull_request:
6-
types: [ready_for_review, synchronize]
76
push:
87
branches:
98
- main
@@ -17,7 +16,7 @@ jobs:
1716
name: Clang ${{ matrix.configuration }} x64
1817
runs-on: ubuntu-latest
1918
if: github.event.pull_request.draft == false
20-
19+
2120
strategy:
2221
matrix:
2322
configuration: [Debug, Release]

.github/workflows/windows.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Windows
33
on:
44
workflow_dispatch:
55
pull_request:
6-
types: [ready_for_review, synchronize]
76
push:
87
branches:
98
- main
@@ -17,14 +16,14 @@ jobs:
1716
name: MSVC ${{ matrix.configuration }} x64
1817
runs-on: windows-latest
1918
if: github.event.pull_request.draft == false
20-
19+
2120
strategy:
2221
matrix:
2322
configuration: [Debug, Release]
2423

2524
steps:
2625
- uses: actions/checkout@v5
27-
26+
2827
- name: Add MSBuild to PATH
2928
uses: microsoft/setup-msbuild@v2
3029

0 commit comments

Comments
 (0)