We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51b35a commit c1ec89cCopy full SHA for c1ec89c
.github/workflows/linter.yml
@@ -1,9 +1,6 @@
1
name: Lint Code Base
2
3
-on:
4
- push:
5
- branches-ignore:
6
- - 'master'
+on: [push, pull_request]
7
8
jobs:
9
build:
0 commit comments