Skip to content

Commit e310e0c

Browse files
committed
do not double run lint/test on a tag release commit
1 parent 7a4b4e2 commit e310e0c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/lint.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ permissions:
55

66
on:
77
push:
8-
# branches: main
8+
tags-ignore:
9+
- '*'
10+
branches:
11+
- '*'
912
pull_request:
1013
workflow_call:
1114
workflow_dispatch:

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ permissions:
55

66
on:
77
push:
8-
# branches: main
8+
tags-ignore:
9+
- '*'
10+
branches:
11+
- '*'
912
pull_request:
1013
workflow_call:
1114
workflow_dispatch:

0 commit comments

Comments
 (0)