Update *.yaml
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
name: Release Workflow
|
||||
|
||||
on:
|
||||
# The workflow only runs with push a Git tag
|
||||
push:
|
||||
tags:
|
||||
- "v*.*.*" # v1.0.0, v2.5.3, v10.23.7
|
||||
workflow_dispatch:
|
||||
|
||||
#on: # The workflow only runs with push a Git tag
|
||||
# push:
|
||||
# tags:
|
||||
# - "v*.*.*" # v1.0.0, v2.5.3, v10.23.7
|
||||
|
||||
jobs:
|
||||
# Defines a job named release
|
||||
|
||||
Reference in New Issue
Block a user