diff options
| author | Dax Raad <[email protected]> | 2025-06-18 10:47:07 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-18 10:47:07 -0400 |
| commit | 8f852b396f21ad31af83fedbb377cfceac73777b (patch) | |
| tree | f2970820c9c88a30648dfed106c3bab691740732 /.github | |
| parent | ae4d089c0682ef322f91baa5017e49817bfcce33 (diff) | |
| download | opencode-8f852b396f21ad31af83fedbb377cfceac73777b.tar.gz opencode-8f852b396f21ad31af83fedbb377cfceac73777b.zip | |
fix deploys
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 15b795633..23b8a1e6e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: deploy on: push: branches: - - dontlook + - dev workflow_dispatch: concurrency: ${{ github.workflow }}-${{ github.ref }} |
