Skip to content

Commit

Permalink
Add CI on bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Apr 6, 2024
1 parent 3cddb50 commit bb88a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/core-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [synchronize, opened, reopened]
branches:
- main
- 0.100-bug-fixes

concurrency: # Cancel previous workflows on the same pull request
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [synchronize, opened, reopened]
branches:
- main
- 0.100-bug-fixes

concurrency: # Cancel previous workflows on the same pull request
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit bb88a49

Please sign in to comment.