mirror of
https://github.com/araxiaonline/share-gh-workflows.git
synced 2026-06-13 02:22:20 -04:00
added event_name to decide between prs and push
This commit is contained in:
6
.github/actions/build-tag-release/action.yml
vendored
6
.github/actions/build-tag-release/action.yml
vendored
@@ -13,7 +13,11 @@ inputs:
|
||||
bump_version_scheme:
|
||||
description: "Version bump scheme (e.g., minor, major, patch)"
|
||||
required: false
|
||||
default: "minor"
|
||||
default: "minor"
|
||||
event_name:
|
||||
description: "Name of the github event"
|
||||
required: true
|
||||
default: ""
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
||||
Reference in New Issue
Block a user