We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef5b81 commit d895aacCopy full SHA for d895aac
1 file changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
build_and_test_linux:
15
- if: ${{ github.event_name == 'workflow_dispatch' }}
+ #if: ${{ github.event_name == 'workflow_dispatch' }}
16
name: "Build and test on Linux 👍"
17
strategy:
18
fail-fast: false
@@ -168,7 +168,7 @@ jobs:
168
169
170
build_and_test_windows:
171
172
name: Build and Test on Windows
173
runs-on: ${{ matrix.os }}
174
@@ -392,7 +392,7 @@ jobs:
392
393
394
build_macos:
395
396
name: Build and test on MacOS
397
398
0 commit comments