Skip to content

Commit 38475fb

Browse files
authored
Specify branches to trigger build (#201)
* Add build workflow * Specify branches to trigger build action
1 parent 00e4792 commit 38475fb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Run tests and prepare release 🚀
22

33
on:
44
push:
5-
branches: [ $default-branch ]
5+
branches:
6+
- master
67
pull_request:
7-
branches: [ $default-branch ]
8+
branches:
9+
- master
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)