Skip to content

Commit

Permalink
chore: branch action rule
Browse files Browse the repository at this point in the history
Changed to all
  • Loading branch information
linsyking committed Feb 4, 2024
1 parent 6683740 commit 6aacf47
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 @@ -2,9 +2,9 @@ name: build

on:
push:
branches: ['main']
branches: ['*']
pull_request:
branches: ['main']
branches: ['*']

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: 'CodeQL'

on:
push:
branches: ['main', 'dev']
branches: ['*']
pull_request:
# The branches below must be a subset of the branches above
branches: ['main', 'dev']
branches: ['*']
schedule:
- cron: '25 19 * * 4'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: format

on:
push:
branches: ['main']
branches: ['*']
pull_request:
# The branches below must be a subset of the branches above
branches: ['main']
branches: ['*']

permissions:
contents: read
Expand Down

0 comments on commit 6aacf47

Please sign in to comment.