Skip to content

Commit

Permalink
feat: only 'main' should trigger a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
joerncodes committed Sep 26, 2023
1 parent 30c2268 commit 4140547
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: Release

on:
push:
branches: [main, feat/release-management]
branches: [main]
workflow_dispatch:

env:
Expand Down

0 comments on commit 4140547

Please sign in to comment.