Update Github workflow for new main branch name

CQTexperiment
Christopher Snowhill 2021-06-23 00:33:25 -07:00
parent 0bfd14b0f2
commit 4ee46cee77
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ name: Check if Cog buildable
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build: