Skip to content

Commit

Permalink
Don't trigger CI on tag pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
dfigus committed Dec 20, 2024
1 parent 29509e0 commit 87176dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: CI
# yamllint disable-line rule:truthy
on:
push:
tags-ignore:
- 'v*' #avoid rerun existing commit on release

Check failure on line 8 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

too few spaces before comment

Check failure on line 8 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing starting space in comment
pull_request:
types:
- opened
Expand Down

0 comments on commit 87176dc

Please sign in to comment.