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