We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23c303 commit 4e56eedCopy full SHA for 4e56eed
1 file changed
.github/workflows/main.yml
@@ -1,6 +1,9 @@
1
name: Run linters and tests
2
3
-on: [push]
+on:
4
+ pull_request:
5
+ branches:
6
+ - "master"
7
8
jobs:
9
build:
0 commit comments