Skip to content

Commit 4971fe8

Browse files
committed
ci: Trigger the build on changes in dev to ensure functionality
1 parent a74b3bf commit 4971fe8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-data.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
- cron: '0 15 * * 1'
66
workflow_dispatch:
7+
pull_request:
8+
paths:
9+
- dev/**
710

811
concurrency:
912
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)