We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3900d2b commit 7bb2dfaCopy full SHA for 7bb2dfa
1 file changed
.github/workflows/sqlite-export.yml
@@ -1,9 +1,12 @@
1
name: SQLite Export
2
3
on:
4
- schedule:
5
- - cron: "0 8 * * *"
6
workflow_dispatch:
+ push:
+ branches:
7
+ - "main"
8
+ paths:
9
+ - "*.json"
10
11
permissions:
12
contents: write
@@ -52,4 +55,4 @@ jobs:
52
55
### Download
53
56
curl -L https://github.com/TechForPalestine/palestine-datasets/releases/download/sqlite-latest/palestine-datasets.sqlite -o palestine-datasets.sqlite
54
57
files: dist/palestine-datasets.sqlite
- make_latest: true
58
+ make_latest: true
0 commit comments