Skip to content

Commit

Permalink
cimas update GHA workflows (#20)
Browse files Browse the repository at this point in the history
* cimas update GHA workflows

* cimas: don't trigger release on tag directly
  • Loading branch information
CAMOBAP committed May 1, 2023
1 parent 31912e6 commit 3d61650
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ on:
Next release version. Possible values: x.y.z, major, minor, patch or pre|rc|etc
required: true
default: 'skip'
push:
tags: [ v* ]
repository_dispatch:
types: [ do-release ]


jobs:
release:
Expand Down

0 comments on commit 3d61650

Please sign in to comment.