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:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue