Skip to content

Commit

Permalink
Merge pull request #20 from digiBlink/fix_gha_wf
Browse files Browse the repository at this point in the history
fixed branch in GHA trigger
  • Loading branch information
zxpower authored Nov 4, 2024
2 parents 0bd66bb + 501ea0d commit c8fff0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-main-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Trigger on Merge to Main / Tag
on:
push:
branches:
- master
- main
tags:
- '*'

Expand Down

0 comments on commit c8fff0b

Please sign in to comment.