Skip to content

Commit

Permalink
Merge pull request #15 from relaton/cimas/update-26-04-23
Browse files Browse the repository at this point in the history
cimas update GHA workflows
  • Loading branch information
CAMOBAP authored May 4, 2023
2 parents a3a602b + 8a7c8aa commit dbd8265
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: rake
on:
push:
branches: [ master, main ]
tags: [ v* ]
pull_request:

jobs:
Expand Down
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 dbd8265

Please sign in to comment.