Skip to content

Commit

Permalink
[DEV-1924] - Filtering only nextjs tags when moving to latest (#1147)
Browse files Browse the repository at this point in the history
* fix: filtering only nextjs tags

* fix: comment
  • Loading branch information
christian-calabrese authored Sep 23, 2024
1 parent 30fb0b0 commit c787b27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/move_latest_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Move Latest Tag to New Commit
on:
push:
tags:
- '*'
# Trigger this workflow when a tag `nextjs-website@<sem-ver>` is pushed.
- 'nextjs-website@[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:
jobs:
move-latest-tag:
Expand Down

0 comments on commit c787b27

Please sign in to comment.