allow workflow dispatch to trigger release
All checks were successful
Build and Push Container / Build App (push) Successful in 1m25s
Build and Push Container / Publish App (push) Successful in 6m0s

This commit is contained in:
2025-11-11 22:19:46 +00:00
parent d438440055
commit e523a7480b

View File

@@ -33,7 +33,7 @@ jobs:
run: pnpm run build run: pnpm run build
publish: publish:
if: github.ref == 'refs/heads/main' && github.event_name == 'push' if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
name: Publish App name: Publish App
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build