Skip to content

Commit

Permalink
Only run when there is new data
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Oct 24, 2023
1 parent 2e2783c commit 83404bd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/PythonScriptTest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Python Script Test

on: [push]
on:
push:
paths:
- KineticsData/*
- TestData/*
- ValidateData/*

Output/RDF_Kin_Data_2022-Dec.ttl

# Sets permissions of the GITHUB_TOKEN to push results to GitHub if required
permissions:
Expand Down

0 comments on commit 83404bd

Please sign in to comment.