ci(gh-actions): limit ci actions to master branch
This causes issues when a release is published, because the build scripts create a new branch because of the new tag that gets automatically pushed by GitHub
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -1,6 +1,8 @@
|
||||
name: Build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- src/**
|
||||
- .github/workflows/build.yml
|
||||
|
||||
Reference in New Issue
Block a user