We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
master
1 parent 62a43e6 commit d1e719eCopy full SHA for d1e719e
.github/workflows/build.yml
@@ -1,7 +1,9 @@
1
name: Build and Lint
2
on:
3
- - push
4
- - pull_request
+ push:
+ branches:
5
+ - master
6
+ pull_request:
7
8
jobs:
9
build:
0 commit comments