We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f187c7 commit 85d425bCopy full SHA for 85d425b
1 file changed
.github/workflows/ci.yml
@@ -3,8 +3,9 @@ name: CI
3
on:
4
push:
5
branches:
6
- - '*'
+ - main
7
pull_request:
8
+ branches: [ main ]
9
10
jobs:
11
test:
0 commit comments