Skip to content

Commit 4c74b0f

Browse files
committed
ci: update GitHub Actions workflows
1 parent a8f9c19 commit 4c74b0f

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/core_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: create-uni Test CI
33
on:
44
push:
55
branches:
6-
- '*'
7-
tags-ignore:
8-
- 'v*'
6+
- main
7+
tags:
8+
- '!*v*'
99
paths:
1010
- 'packages/core/**'
1111
- .github/workflows/core_test.yml

.github/workflows/info_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: create-uni/info Test CI
33
on:
44
push:
55
branches:
6-
- '*'
7-
tags-ignore:
8-
- 'v*'
6+
- main
7+
tags:
8+
- '!*v*'
99
paths:
1010
- 'packages/info/**'
1111
- .github/workflows/info_test.yml

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Lint
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
8+
branches:
9+
- main
610

711
jobs:
812
lint:

0 commit comments

Comments
 (0)