Skip to content

Commit 4382e26

Browse files
committed
Fix: Trigger avmap.io rebuild on staging branch merges
This ensures the staging cache updates trigger a rebuild of avmap.io staging site. Previously, merging to staging would update the cache but not notify avmap.io.
1 parent 464799f commit 4382e26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-avmap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update avmap.io Data
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, staging]
66
paths:
77
- 'events.csv'
88
- 'geometries/**'

0 commit comments

Comments
 (0)