We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10cd742 + 8e45554 commit 02cd7beCopy full SHA for 02cd7be
.github/workflows/ci.yml
@@ -1,6 +1,10 @@
1
name: ci
2
3
-on: [push]
+on:
4
+ pull_request:
5
+ branches: [main]
6
+ push:
7
8
9
jobs:
10
lint:
0 commit comments