Skip to content

Commit

Permalink
Merge pull request #56 from sanctuuary/add-manual-trigger
Browse files Browse the repository at this point in the history
Add a manual trigger to publish.yaml
  • Loading branch information
vedran-kasalica authored Feb 18, 2024
2 parents 67d5e52 + 03fb2c7 commit 80dec8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Build and Publish docker image"

on:
workflow_dispatch: # This line adds the manual trigger
push:
branches: [ "main" ]

Expand Down

0 comments on commit 80dec8e

Please sign in to comment.