fix: restrict build workflow to trigger only on master branch
Test / test (pull_request) Successful in 17s
Details
Test / test (pull_request) Successful in 17s
Details
This commit is contained in:
parent
2fcf75b859
commit
4956039ae8
|
|
@ -3,7 +3,7 @@ name: Build and deploy
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- master
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue