Skip to content

Commit cc87f3f

Browse files
committed
chore: sync github workflows
1 parent 4750b32 commit cc87f3f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/project-chartjs-check.yml

-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ name: Project chartjs check
33
on:
44
push:
55
branches:
6-
- master
76
- main
87
pull_request:
98
branches:
10-
- master
119
- main
1210
jobs:
1311
build:

.github/workflows/project-lib-check.yml

-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@ name: Project lib check
33
on:
44
push:
55
branches:
6-
- master
76
- main
8-
- v4
97
- v4.*
108
pull_request:
119
branches:
12-
- master
1310
- main
14-
- v4
1511
- v4.*
1612
jobs:
1713
build:

0 commit comments

Comments
 (0)