Skip to content

Commit

Permalink
ci: fix branch names for the trigger rules
Browse files Browse the repository at this point in the history
  • Loading branch information
refucktor committed Jul 24, 2024
1 parent 7ac601c commit b4d0574
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ run-name: '🛠️ Build - ${{ github.ref_name }}'
on:
push:
branches:
- $default-branch
- $protected-branch
- dev
- main
pull_request:
paths-ignore:
- 'assets/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ run-name: '❇️ CodeQL Scan - ${{ github.ref_name }}'
on:
push:
branches:
- $default-branch
- $protected-branch
- dev
- main
paths-ignore:
- 'README.md'
- 'assets/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
# (not recommended if you don't pay for GH Actions)
push:
branches:
- $default-branch
- $protected-branch
- dev
- main
pull_request:
paths-ignore:
- 'assets/**'
Expand Down

0 comments on commit b4d0574

Please sign in to comment.