Skip to content

Commit b5eb0f7

Browse files
committed
Enable workflow auto-run on push
Triggers workflow when this file is updated, which enables it automatically. https://claude.ai/code/session_01AuEEXJMhCdRxBkJBcEbxsQ
1 parent 762b2c4 commit b5eb0f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-legislation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
# Run every Monday at 9 AM UTC
66
- cron: '0 9 * * 1'
77
workflow_dispatch: # Allow manual trigger
8+
push:
9+
paths:
10+
- '.github/workflows/update-legislation.yml'
811

912
jobs:
1013
update-data:

0 commit comments

Comments
 (0)