We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffb097 commit 2ddc0a2Copy full SHA for 2ddc0a2
‎.github/workflows/ci.yaml
@@ -1,5 +1,8 @@
1
name: CI
2
-on: [pull_request]
+on:
3
+ push:
4
+ branches: [master]
5
+ pull_request:
6
jobs:
7
8
lint:
0 commit comments