Update Github workflow for new main branch name
This commit is contained in:
parent
0bfd14b0f2
commit
4ee46cee77
1 changed files with 2 additions and 2 deletions
4
.github/workflows/debug.yml
vendored
4
.github/workflows/debug.yml
vendored
|
@ -3,10 +3,10 @@ name: Check if Cog buildable
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue