Skip to content

Commit 23fbd3b

Browse files
committed
run lint/test on all branch pushes but not tag pushes
1 parent 0ddc180 commit 23fbd3b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/lint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
push:
88
tags-ignore:
99
- '*'
10+
branches:
11+
- '*'
1012
pull_request:
1113
workflow_call:
1214
workflow_dispatch:

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
push:
88
tags-ignore:
99
- '*'
10+
branches:
11+
- '*'
1012
pull_request:
1113
workflow_call:
1214
workflow_dispatch:

0 commit comments

Comments
 (0)