Skip to content

Commit 7bb2dfa

Browse files
committed
run sqlite workflow on json commits
1 parent 3900d2b commit 7bb2dfa

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/sqlite-export.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: SQLite Export
22

33
on:
4-
schedule:
5-
- cron: "0 8 * * *"
64
workflow_dispatch:
5+
push:
6+
branches:
7+
- "main"
8+
paths:
9+
- "*.json"
710

811
permissions:
912
contents: write
@@ -52,4 +55,4 @@ jobs:
5255
### Download
5356
curl -L https://github.com/TechForPalestine/palestine-datasets/releases/download/sqlite-latest/palestine-datasets.sqlite -o palestine-datasets.sqlite
5457
files: dist/palestine-datasets.sqlite
55-
make_latest: true
58+
make_latest: true

0 commit comments

Comments
 (0)