From 3dc09d11ff4396c9a4cf903cae2ed6a88f5982b6 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 6 Feb 2020 17:08:37 -0800 Subject: actions: Avoid triggering both branch and pr builds (#1329) This adds some more nuanced triggering for github actions. --- .github/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64ba8511..b08ab4c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,12 @@ name: CI -on: [push, pull_request] +on: + create: + tags: + push: + branches: + - master + pull_request: jobs: build: -- cgit v1.2.3