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:
Todd Gamblin
2020-07-03 23:52:11 -07:00
parent 4ea76dc95c
commit 11088df402
5 changed files with 5 additions and 9 deletions

View File

@@ -3,13 +3,12 @@ name: linux builds
on:
push:
branches:
- master
- develop
- releases/**
pull_request:
branches:
- master
- develop
- releases/**
paths-ignore:
# Don't run if we only modified packages in the built-in repository
- 'var/spack/repos/builtin/**'