CI: watch main branch alongside master/dev
All checks were successful
Mirror to GitHub / mirror (push) Successful in 2s
All checks were successful
Mirror to GitHub / mirror (push) Successful in 2s
This commit is contained in:
parent
954b7f381e
commit
0f3136ca8d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -2,9 +2,9 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, dev ]
|
||||
branches: [ master, main, dev ]
|
||||
pull_request:
|
||||
branches: [ master, dev ]
|
||||
branches: [ master, main, dev ]
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue