Skip to content

Commit

Permalink
SW-4329 modify tag update workflow (#7)
Browse files Browse the repository at this point in the history
* trigger when release is published
  • Loading branch information
amrithvenkat authored Jan 24, 2024
1 parent 46c33e5 commit 20d3093
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-beamos-tags.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Update tags on mrbeam/mrb3-beamOS

on:
create:
tags:
- 'v*' # all tags
release:
types: [published]

jobs:
update-tags:
Expand Down

0 comments on commit 20d3093

Please sign in to comment.