Skip to content

Commit

Permalink
ci: fix trigger glob for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed Jun 26, 2024
1 parent 8910d1b commit 4f73408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
push:
branches:
- 'main'
tags:
- '*.*.*'
paths-ignore:
- '*.md'
tags:
- 'v*'
pull_request:
paths-ignore:
- '*.md'
Expand Down

0 comments on commit 4f73408

Please sign in to comment.