From 11088df4024a512c8e2fe88f9ffe848e9940f808 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Fri, 3 Jul 2020 23:52:11 -0700 Subject: 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` --- .github/workflows/macos_unit_tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows/macos_unit_tests.yaml') 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: -- cgit v1.2.3-60-g2f50