Skip to content

Commit

Permalink
Ensure all build flavors run
Browse files Browse the repository at this point in the history
  • Loading branch information
tundranerd committed Nov 20, 2023
1 parent 284ede2 commit 9bbb5d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
# push:
# branches: [ ci/* ]
push:
branches: [ ci/* ]
workflow_dispatch:
inputs:
runTests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
# push:
# branches: [ ci/* ]
push:
branches: [ ci/* ]
workflow_dispatch:
inputs:
runTests:
Expand Down

0 comments on commit 9bbb5d4

Please sign in to comment.