From 87d4d7a9d564c0cf21cc4728d3c5a83ab9c86465 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Mon, 10 Aug 2020 12:14:27 -0400 Subject: [PATCH] Adjust branch filter in github actions build workflow --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31ffbfec..ed2c00b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: build on: push: - branches: [ notriqs ] + branches: [ unstable ] pull_request: - branches: [ notriqs ] + branches: [ unstable ] jobs: build: