We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce0d44 commit 3587169Copy full SHA for 3587169
.github/workflows/run-tests.yml
@@ -2,7 +2,8 @@ name: Run tests
2
3
on:
4
push:
5
- branches: [main, master]
+ branches:
6
+ - main
7
pull_request:
8
9
jobs:
0 commit comments