We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb899f commit 7b42c22Copy full SHA for 7b42c22
.github/workflows/format.yml
@@ -2,7 +2,7 @@ name: format
2
3
on:
4
push:
5
- branches: [master]
+ branches: [dev]
6
pull_request:
7
workflow_dispatch:
8
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: release
branches:
- - master
+ - dev
permissions:
9
contents: write
.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: test
0 commit comments