diff options
| author | Dax Raad <[email protected]> | 2025-05-27 14:30:52 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-27 14:30:52 -0400 |
| commit | c01eefc7292c1d778a5530dbd43a486addd42e93 (patch) | |
| tree | 93e341d64ab648e092b0362cf696973458102a9e /.github/workflows | |
| parent | 5d4ccc88830cea91e1c682cf259782931f934275 (diff) | |
| download | opencode-c01eefc7292c1d778a5530dbd43a486addd42e93.tar.gz opencode-c01eefc7292c1d778a5530dbd43a486addd42e93.zip | |
Add manual trigger option to deployment workflow
🤖 Generated with opencode
Co-Authored-By: opencode <[email protected]>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/deploy.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e8906910d..1f7a561f0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,6 +6,7 @@ on: - dontlook paths: - "app/**" + workflow_dispatch: concurrency: ${{ github.workflow }}-${{ github.ref }} |
