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