Skip to content

Commit

Permalink
ci: enable workflow for bugfixes and develop branches
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Sep 19, 2024
1 parent a1b6fdc commit 8fc9097
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ on:
push:
branches:
- main
- bugfixes
- develop
pull_request:
branches:
- main
- bugfixes
- develop

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
Expand Down

0 comments on commit 8fc9097

Please sign in to comment.