Skip to content

Commit

Permalink
build: run RML action when datasets change
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <[email protected]>
  • Loading branch information
berezovskyi committed Oct 16, 2024
1 parent d69ecec commit 9b4c97b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/scrape-rml-convert.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: "Dataset: convert JSON into W3C SPARQL 1.2 Service Descriptions"

on:
# push:
# branches: [main, master]
# pull_request:
# branches: [main, master]
push:
branches: [main, master]
paths:
- 'dataset/*.json'
- 'dataset/mappings/**'
pull_request:
branches: [main, master]
paths:
- 'dataset/*.json'
- 'dataset/mappings/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 9b4c97b

Please sign in to comment.