[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.
This commit is contained in:
pajlada
2020-12-13 13:14:18 +01:00
committed by GitHub
parent 2014fc7614
commit 1d593654c8
+2
View File
@@ -3,6 +3,8 @@ name: Build
on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
- '*.md'