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
Co-Authored-By: Teddy Andrieux <[email protected]>
  • Loading branch information
aprucolimartins and TeddyAndrieux committed Nov 22, 2024
1 parent 75ed313 commit 1ed550d
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 @@ -13,7 +13,6 @@ concurrency:
on:
push:
branches:
- "release/**"
- "feature/**"
- "improvement/**"
- "hotfix/**"
Expand All @@ -23,6 +22,7 @@ on:
- "dependabot/**"
- "w/**"
- "q/*/**"
- "!w/release/**"

jobs:
changed-files:
Expand Down

0 comments on commit 1ed550d

Please sign in to comment.