We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f954c commit 890f0adCopy full SHA for 890f0ad
.github/workflows/ci.yaml
@@ -2,7 +2,8 @@
2
name: Lint, Build, Tests
3
on:
4
push:
5
- branches: [ $default-branch ]
+ branches:
6
+ - main
7
pull_request:
8
types: [opened, reopened, synchronize]
9
jobs:
0 commit comments