Skip to content

Commit 40a30ad

Browse files
authored
fix(ci): Fix build workflow for PRs (#119)
* fix(ci): Fix build workflow for PRs Closes #118 * Restrict build workflow to the master branch to avoid duplication of jobs
1 parent f981cba commit 40a30ad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
on:
22
push:
3+
branches:
4+
- master
5+
pull_request:
36
branches:
47
- "*"
58
jobs:

0 commit comments

Comments
 (0)