From 1d593654c80ab1dde31a116530915d3c28be06e7 Mon Sep 17 00:00:00 2001 From: pajlada Date: Sun, 13 Dec 2020 13:14:18 +0100 Subject: [PATCH] [CI:build] Only run push checks on master. (#2276) This means PRs should no longer have duplicate runs in case their branches are in the master repo. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 485ff3e51..9d79c2fe6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,8 @@ name: Build on: push: + branches: + - master paths-ignore: - 'docs/**' - '*.md'