We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44f009f + 770bec0 commit 5a2c142Copy full SHA for 5a2c142
1 file changed
.github/workflows/ci.yml
@@ -1,6 +1,11 @@
1
name: CI
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ - master
8
+ pull_request: {}
9
10
jobs:
11
lint:
0 commit comments