Skip to content

Commit ae41465

Browse files
committed
Add workflow_dispatch and self-trigger to CI check
1 parent a81efdd commit ae41465

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/site-data-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
name: Site Data Consistency Check
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main]
67
paths:
78
- 'docs/**'
89
- 'results/**'
910
- 'scripts/export_site_data.py'
11+
- '.github/workflows/site-data-check.yml'
1012
pull_request:
1113
branches: [main]
1214
paths:
1315
- 'docs/**'
1416
- 'results/**'
1517
- 'scripts/export_site_data.py'
18+
- '.github/workflows/site-data-check.yml'
1619

1720
jobs:
1821
check-site-data:

0 commit comments

Comments
 (0)