diff options
author | Greg Becker <becker33@llnl.gov> | 2020-06-30 18:10:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 18:10:10 -0500 |
commit | cec55577d4b789a8860045cddc58d57161007119 (patch) | |
tree | df8e7e369bc8ead7aabf5c933a6871697538c403 /.github/workflows/linux_build_tests.yaml | |
parent | 486b4671b66a1956b75866b8502124724f0df881 (diff) | |
download | spack-cec55577d4b789a8860045cddc58d57161007119.tar.gz spack-cec55577d4b789a8860045cddc58d57161007119.tar.bz2 spack-cec55577d4b789a8860045cddc58d57161007119.tar.xz spack-cec55577d4b789a8860045cddc58d57161007119.zip |
run github workflows on release branches (#17317)
Diffstat (limited to '.github/workflows/linux_build_tests.yaml')
-rw-r--r-- | .github/workflows/linux_build_tests.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/linux_build_tests.yaml b/.github/workflows/linux_build_tests.yaml index d6f98a1627..ecdf38bfe4 100644 --- a/.github/workflows/linux_build_tests.yaml +++ b/.github/workflows/linux_build_tests.yaml @@ -5,6 +5,7 @@ on: branches: - master - develop + - releases/** pull_request: branches: - master |