From 41390f2ca27a13dd57e16ea271658fc82a692cf2 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Sun, 22 Dec 2019 13:11:01 -0500 Subject: [PATCH 1/2] Fix actions trigger syntax for testing releases Signed-off-by: Scott Rigby --- .github/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 58cd5de..0b58f18 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,7 +5,9 @@ on: push: branches: - master - - releases/* + release: + types: + - created jobs: lint-test: From ad376eb6c65a182e7f1e34b6838b03a171e68a5b Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Sat, 21 Mar 2020 12:09:43 -0400 Subject: [PATCH 2/2] Don't test releases. Testing master should be enough for now Signed-off-by: Scott Rigby --- .github/workflows/test.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0b58f18..18bf634 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,9 +5,6 @@ on: push: branches: - master - release: - types: - - created jobs: lint-test: