Skip to content

Commit

Permalink
ci/pre-merge: prevent to run on feature/** push
Browse files Browse the repository at this point in the history
  • Loading branch information
aprucolimartins committed Nov 18, 2024
1 parent 75ed313 commit 9979111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
push:
branches:
- "release/**"
- "feature/**"
#- "feature/**" # Run `promote` workflow instead.
- "improvement/**"
- "hotfix/**"
- "bugfix/**"
Expand Down

0 comments on commit 9979111

Please sign in to comment.