Update branch name to main in workflows

This commit is contained in:
Gavin John 2025-03-01 16:34:54 -08:00
parent 11471aa095
commit 8f3a04eeff
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ on:
types: [opened, synchronize, reopened]
push:
branches:
- master
- main
- 'push-action/**'
merge_group:
permissions:

View file

@ -6,7 +6,7 @@ on:
- cron: '40 * * * *'
push:
branches:
- master
- main
concurrency:
group: update
cancel-in-progress: false