fix: uncomment branches filter in build workflow trigger
This commit is contained in:
parent
276c40ce6c
commit
b9c77f2766
|
|
@ -2,7 +2,8 @@ name: Build and deploy
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# branches: "**"
|
branches:
|
||||||
|
- "**"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue