Skip to content

Commit

Permalink
Specify branches to trigger build (#201)
Browse files Browse the repository at this point in the history
* Add build workflow

* Specify branches to trigger build action
  • Loading branch information
elo80ka committed Aug 8, 2023
1 parent 00e4792 commit 38475fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Run tests and prepare release 🚀

on:
push:
branches: [ $default-branch ]
branches:
- master
pull_request:
branches: [ $default-branch ]
branches:
- master

jobs:
build:
Expand Down

0 comments on commit 38475fb

Please sign in to comment.