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.
1 parent 1b30762 commit 4ef7715Copy full SHA for 4ef7715
.github/workflows/test.yaml
@@ -1,7 +1,7 @@
1
name: test
2
on:
3
- push: { branches: [v2] }
4
- pull_request: { branches: [v2] }
+ push: { branches: [main] }
+ pull_request: { branches: [main] }
5
jobs:
6
check:
7
runs-on: ubuntu-latest
0 commit comments