Skip to content

Commit

Permalink
Merge pull request #2 from Rovel/fix-release
Browse files Browse the repository at this point in the history
fix release gh action branch name
  • Loading branch information
Rovel authored Feb 17, 2024
2 parents 48741f3 + 43c0740 commit d3b5efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tag and Release
on:
push:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d3b5efe

Please sign in to comment.