We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e4792 commit 38475fbCopy full SHA for 38475fb
1 file changed
.github/workflows/build.yml
@@ -2,9 +2,11 @@ name: Run tests and prepare release 🚀
2
3
on:
4
push:
5
- branches: [ $default-branch ]
+ branches:
6
+ - master
7
pull_request:
8
9
10
11
jobs:
12
build:
0 commit comments