Skip to content

Commit

Permalink
cimas: remove 'on tag' from release workflows
Browse files Browse the repository at this point in the history
request-checks: true
  • Loading branch information
CAMOBAP committed Mar 25, 2024
1 parent f610a13 commit c56ebaa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ on:
inputs:
next_version:
description: |
Next release version. Possible values: x.y.z, major, minor, patch or pre|rc|etc
Next release version. Possible values: x.y.z, major, minor, patch (or pre|rc|etc).
Also, you can pass 'skip' to skip 'git tag' and do 'gem push' for the current version
required: true
default: 'skip'
push:
tags: [ v* ]
repository_dispatch:
types: [ do-release ]

jobs:
release:
Expand Down

0 comments on commit c56ebaa

Please sign in to comment.