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
elo80ka authored Aug 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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:

0 comments on commit 38475fb

Please sign in to comment.