Skip to content

Commit

Permalink
fixed branch prefix for master workflows
Browse files Browse the repository at this point in the history
(cherry picked from commit 5f5ec03)
  • Loading branch information
ibrokethecloud authored and starbops committed Aug 7, 2024
1 parent a935fb0 commit e1f67cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- release/v*
- v*

jobs:
build-master:
Expand Down

0 comments on commit e1f67cb

Please sign in to comment.