Remove references to master
from CI
- [x] remove master from github actions - [x] remove master from .travis.yml - [x] make `develop` the default branch for `spack ci`
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# Only build master and develop on push; do not build every branch.
|
||||
# Only build releases and develop on push; do not build every branch.
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- develop
|
||||
- /^releases\/.*$/
|
||||
|
||||
|
Reference in New Issue
Block a user