Skip to content

Commit

Permalink
Enable manual workflow dispatch for Docker publish
Browse files Browse the repository at this point in the history
Added the `workflow_dispatch` event trigger to the Docker publish demo workflow file. This allows the workflow to be started manually from the GitHub Actions interface in addition to being triggered by a push event.
  • Loading branch information
manu committed Aug 22, 2024
1 parent 15c9468 commit 0a44d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Publish Demo Containers to Ghcr.io
# documentation.

on:
workflow_dispatch:
push:
# Publish semver tags as releases.
tags: [ 'v*.*.*', 'demo' ]
Expand Down

0 comments on commit 0a44d0d

Please sign in to comment.