Skip to content

Commit 27c8179

Browse files
Fix branch filters for other PRs (#148)
Co-authored-by: ChristophShyper <[email protected]>
1 parent 2459021 commit 27c8179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PUSH-OTHER.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
get_diff: true
170170

171171
- name: PR - other branches (conditional)
172-
if: ${{ !(startsWith(github.ref, 'refs/heads/bug') || startsWith(github.ref, 'refs/heads/dep') || startsWith(github.ref, 'refs/heads/doc') || startsWith(github.ref, 'refs/heads/feat') || startsWith(github.ref, 'refs/heads/test')) }} || startsWith(github.ref, 'refs/heads/fix') || startsWith(github.ref, 'refs/heads/hotfix')) }}
172+
if: ${{ !(startsWith(github.ref, 'refs/heads/bug') || startsWith(github.ref, 'refs/heads/fix') || startsWith(github.ref, 'refs/heads/hotfix') || startsWith(github.ref, 'refs/heads/dep') || startsWith(github.ref, 'refs/heads/doc') || startsWith(github.ref, 'refs/heads/feat') || startsWith(github.ref, 'refs/heads/test') || startsWith(github.ref, 'refs/heads/release')) }}
173173
uses: devops-infra/[email protected]
174174
with:
175175
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)