Skip to content

Commit

Permalink
Updated Github Action
Browse files Browse the repository at this point in the history
- Added push trigger for any test/ branch
- Added manual trigger
  • Loading branch information
mkarlesky authored Oct 14, 2023
1 parent a64276d commit 134496c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ name: CI
# Triggers the workflow on push or pull request events but only for the master branch
on:
push:
branches: [ master ]
branches:
- 'master'
- 'test/**'
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
# Job: Unit test suite
Expand Down

0 comments on commit 134496c

Please sign in to comment.