fix: comment out branches filter in build workflow trigger
This commit is contained in:
@@ -2,7 +2,7 @@ name: Build and deploy
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: "**"
|
# branches: "**"
|
||||||
workflow-dispatch:
|
workflow-dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user