Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2308b5f

Browse files
committedJan 14, 2025·
fix: ignore all tags in check-certificates workflow on push
1 parent 99a31e6 commit 2308b5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/check-certificates.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
push:
77
paths:
88
- ".github/workflows/check-certificates.ya?ml"
9+
tags-ignore:
10+
- '*'
911
pull_request:
1012
paths:
1113
- ".github/workflows/check-certificates.ya?ml"

0 commit comments

Comments
 (0)
Please sign in to comment.