Skip to content

Commit

Permalink
Enable workflow for bug branches
Browse files Browse the repository at this point in the history
Previously, the workflow was triggered only for pushes to the main branch. This update allows the workflow to also trigger for pushes to any branches matching the 'bug/*' pattern, facilitating better bug fix management.
  • Loading branch information
sfmskywalker committed Dec 7, 2024
1 parent 2d02f0a commit a8c50b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'main'
- 'bug/*'
release:
types: [ prereleased, published ]
env:
Expand Down

0 comments on commit a8c50b4

Please sign in to comment.