Skip to content

Commit 3dc998e

Browse files
committed
correct file name
1 parent 1477699 commit 3dc998e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-status-list.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: validate-yaml-tagging-status-List
22

33
on:
44
push:
5-
branches: [ main ]
6-
paths: ['_data/status.yml']
5+
branches: [ main,lint ]
6+
paths: ['_data/tagging-status.yml']
77
pull_request:
8-
branches: [ main ]
9-
paths: ['_data/status.yml']
8+
branches: [ main,lint ]
9+
paths: ['_data/tagging-status.yml']
1010

1111
jobs:
1212
validate-yaml-tagging-status-list:

0 commit comments

Comments
 (0)