Skip to content

Commit d1e719e

Browse files
Only run CI on pushes to master and PRs
1 parent 62a43e6 commit d1e719e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Build and Lint
22
on:
3-
- push
4-
- pull_request
3+
push:
4+
branches:
5+
- master
6+
pull_request:
57

68
jobs:
79
build:

0 commit comments

Comments
 (0)