diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2020-07-03 23:52:11 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2020-08-13 00:30:51 -0700 |
commit | 5b63ec86528d52d7bfa86bef9abdf263d2ddc9bf (patch) | |
tree | 68d54e03d8571b92b3546e867655717ae4e5ca2e /.github/workflows/macos_unit_tests.yaml | |
parent | fc94dde3fc471bc765494387e9d86d1137dbf99a (diff) | |
download | spack-5b63ec86528d52d7bfa86bef9abdf263d2ddc9bf.tar.gz spack-5b63ec86528d52d7bfa86bef9abdf263d2ddc9bf.tar.bz2 spack-5b63ec86528d52d7bfa86bef9abdf263d2ddc9bf.tar.xz spack-5b63ec86528d52d7bfa86bef9abdf263d2ddc9bf.zip |
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`
Diffstat (limited to '.github/workflows/macos_unit_tests.yaml')
-rw-r--r-- | .github/workflows/macos_unit_tests.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/macos_unit_tests.yaml b/.github/workflows/macos_unit_tests.yaml index 38feb2fc6a..f1e856070c 100644 --- a/.github/workflows/macos_unit_tests.yaml +++ b/.github/workflows/macos_unit_tests.yaml @@ -3,13 +3,12 @@ name: macos tests on: push: branches: - - master - develop - releases/** pull_request: branches: - - master - develop + - releases/** jobs: build: |