Skip to content

Commit 1bee0cd

Browse files
authored
Merge pull request #24 from a1icja/trigger-fetches
dashboard: Fetch data whenever a PR is merged into main
2 parents 24b0088 + 62482df commit 1bee0cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/fetch-ci-nightly-data.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ on:
44
schedule:
55
- cron: '0 4 * * *'
66
workflow_dispatch:
7+
on:
8+
push:
9+
branches:
10+
- main
11+
paths:
12+
- 'scripts/fetch-ci-nightly-data.js'
13+
- '.github/workflows/fetch-ci-nightly-data.yaml'
14+
715

816
jobs:
917
fetch-and-commit-data:

0 commit comments

Comments
 (0)