Skip to content

Commit

Permalink
fix: ignore all tags in check-certificates workflow on push
Browse files Browse the repository at this point in the history
  • Loading branch information
dido18 committed Jan 14, 2025
1 parent 99a31e6 commit 2308b5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-certificates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
paths:
- ".github/workflows/check-certificates.ya?ml"
tags-ignore:
- '*'
pull_request:
paths:
- ".github/workflows/check-certificates.ya?ml"
Expand Down

0 comments on commit 2308b5f

Please sign in to comment.