Skip to content

Commit 2308b5f

Browse files
committed
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

+2
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)