We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81efdd commit ae41465Copy full SHA for ae41465
1 file changed
.github/workflows/site-data-check.yml
@@ -1,18 +1,21 @@
1
name: Site Data Consistency Check
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches: [main]
7
paths:
8
- 'docs/**'
9
- 'results/**'
10
- 'scripts/export_site_data.py'
11
+ - '.github/workflows/site-data-check.yml'
12
pull_request:
13
14
15
16
17
18
19
20
jobs:
21
check-site-data:
0 commit comments