We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112aafe commit 70bc43bCopy full SHA for 70bc43b
.github/workflows/lint.yml
@@ -1,5 +1,8 @@
1
name: Lint
2
-on: [push, pull_request]
+on:
3
+ pull_request:
4
+ push:
5
+ branches: main
6
jobs:
7
lint:
8
runs-on: ubuntu-latest
0 commit comments