Skip to content

Commit 99072a0

Browse files
authored
Merge pull request #120 from Datenschule/diff-script-on-pr
Run diff script when PRs are created
2 parents f8451ac + 297ca75 commit 99072a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_scraper_changes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Show scraper result changes
22

3-
on: [push]
3+
on:
4+
- pull_request
45

56
jobs:
67
build:

0 commit comments

Comments
 (0)