Skip to content

Commit

Permalink
fix(release): include main branch on workflow_dispatch (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
luabida authored Sep 13, 2023
1 parent 4600137 commit 8f9367d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: release

on:
workflow_dispatch:
branches: [ main ]
push:
branches: [ main ]
pull_request:
Expand Down

0 comments on commit 8f9367d

Please sign in to comment.