We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e7692 commit 4cea416Copy full SHA for 4cea416
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
deploy:
11
# Only continue if the commit message has '[deploy]' in it
12
- if: contains(toJson(github.event.commits), '[deploy]') == true
+ if: contains(toJson(github.event.commits), '[deploy]') == true || github.event_name == 'workflow_dispatch'
13
name: Deploy Docker images
14
runs-on: ubuntu-latest
15
permissions: write-all
0 commit comments