added workflow
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
name: release-tag
|
||||
on: workflow_dispatch
|
||||
jobs:
|
||||
release-image:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "manual trigger executed"
|
||||
Reference in New Issue
Block a user