Skip to content

Commit

Permalink
Maintain major/minor tags (#49)
Browse files Browse the repository at this point in the history
* Maintain major/minor tags

* Update tags trigger
  • Loading branch information
anton-yurchenko authored Jul 30, 2023
1 parent 6dcc1fe commit b6f7f55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- main
tags:
- v*
- v[0-9]+.[0-9]+.[0-9]+
schedule:
- cron: '0 22 */3 * *'
jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release Process
on:
push: # Only trigger for tags with format v****
tags:
- 'v*'
- v[0-9]+.[0-9]+.[0-9]+

jobs:
build:
Expand All @@ -18,3 +18,5 @@ jobs:
with:
generate_release_notes: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update Tags
uses: vweevers/additional-tags-action@v2

0 comments on commit b6f7f55

Please sign in to comment.