We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f824b commit a3285a5Copy full SHA for a3285a5
.github/workflows/server-release.yml
@@ -15,7 +15,7 @@ permissions:
15
jobs:
16
release-server:
17
name: Build and push Docker image
18
- if: startsWith(github.ref_name, 'server-v')
+ if: github.event_name == 'workflow_dispatch' || startsWith(github.ref_name, 'server-v')
19
runs-on: ubuntu-latest
20
timeout-minutes: 30
21
steps:
0 commit comments