Skip to content

Commit

Permalink
build: fix tag specification (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaakaa authored Sep 18, 2024
1 parent ca3ae00 commit 8d459f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- completed
push:
tags:
- "v*"
- "v[0-9]+.[0-9]+.[0-9]+"

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "master" ]
tags:
- "v*"
- "v[0-9]+.[0-9]+.[0-9]+"
pull_request:
branches: [ "master" ]

Expand Down

0 comments on commit 8d459f8

Please sign in to comment.