Skip to content

Commit

Permalink
add workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Mar 23, 2022
1 parent ff722ee commit 2cec4fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Test & Release

on: push
on:
- push
- workflow_dispatch

env:
IMAGE_REGISTRY: ghcr.io
Expand Down

0 comments on commit 2cec4fd

Please sign in to comment.