feat(ci): add workflow_dispatch trigger for manual runs
This commit is contained in:
@@ -3,6 +3,7 @@ name: Build & Deploy Farolero
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
PATH: /opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
|
||||
|
||||
Reference in New Issue
Block a user