Skip to content

Commit a8fad55

Browse files
authored
Update action.yml
1 parent 88e3e08 commit a8fad55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
- cron: '0 16 1 * *'
99
push:
1010
branches:
11-
- master
11+
- v4.0.x
1212
paths-ignore:
1313
- documentation/**
1414
- '**/README.md'
1515
- '**/README_zh.md'
1616
pull_request:
1717
branches:
18-
- master
18+
- v4.0.x
1919
paths-ignore:
2020
- documentation/**
2121
- '**/README.md'

0 commit comments

Comments
 (0)