[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:
@@ -3,6 +3,8 @@ name: Build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '*.md'
|
- '*.md'
|
||||||
|
|||||||
Reference in New Issue
Block a user