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 4cabdf4
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*'
pull_request:
types:
- opened
Expand Down

0 comments on commit 4cabdf4

Please sign in to comment.