Skip to content

Commit

Permalink
CI : Enable testing on branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
murraystevenson committed Mar 10, 2024
1 parent de2cacc commit 61bdb26
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- '*_maintenance'
- 'macCI'
pull_request:
branches:
- '*'
Expand All @@ -28,10 +29,10 @@ jobs:
# and then use `include` to define their settings.

name: [
linux-gcc9,
linux-debug-gcc9,
linux-gcc11,
windows,
# linux-gcc9,
# linux-debug-gcc9,
# linux-gcc11,
# windows,
macos,
]

Expand Down

0 comments on commit 61bdb26

Please sign in to comment.