Run build/test workflow on pushes to main, not master
This commit is contained in:
parent
9c7003d77d
commit
9639a27929
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -3,7 +3,7 @@ on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
env:
|
||||
# Shared variables
|
||||
CI_TASK_DIR: ${{ github.workspace }}
|
||||
|
Loading…
Reference in New Issue
Block a user