Skip to content

Commit d895aac

Browse files
committed
test all now
1 parent bef5b81 commit d895aac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
build_and_test_linux:
15-
if: ${{ github.event_name == 'workflow_dispatch' }}
15+
#if: ${{ github.event_name == 'workflow_dispatch' }}
1616
name: "Build and test on Linux 👍"
1717
strategy:
1818
fail-fast: false
@@ -168,7 +168,7 @@ jobs:
168168
169169
170170
build_and_test_windows:
171-
if: ${{ github.event_name == 'workflow_dispatch' }}
171+
#if: ${{ github.event_name == 'workflow_dispatch' }}
172172
name: Build and Test on Windows
173173
runs-on: ${{ matrix.os }}
174174
strategy:
@@ -392,7 +392,7 @@ jobs:
392392

393393

394394
build_macos:
395-
if: ${{ github.event_name == 'workflow_dispatch' }}
395+
#if: ${{ github.event_name == 'workflow_dispatch' }}
396396
name: Build and test on MacOS
397397
strategy:
398398
fail-fast: false

0 commit comments

Comments
 (0)