Skip to content

Commit

Permalink
fix: run release action on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
roerohan committed Sep 26, 2021
1 parent 4700edb commit fba18b5
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 @@ -3,7 +3,7 @@ name: Build from source and make a new release on GitHub
on:
push:
branches:
- master
- main
tags:
- "v*"

Expand Down

0 comments on commit fba18b5

Please sign in to comment.