Update branch name to main in workflows
This commit is contained in:
parent
11471aa095
commit
8f3a04eeff
2 changed files with 2 additions and 2 deletions
2
.github/workflows/check-nix-format.yml
vendored
2
.github/workflows/check-nix-format.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
types: [opened, synchronize, reopened]
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- 'push-action/**'
|
||||
merge_group:
|
||||
permissions:
|
||||
|
|
|
|||
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
- cron: '40 * * * *'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
concurrency:
|
||||
group: update
|
||||
cancel-in-progress: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue