Skip to content

Commit

Permalink
Run workflows only when relevant files affected
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Sep 24, 2023
1 parent 67f1f2a commit 0c2b476
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_dups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Check for duplicates

on:
push:
paths:
- lineages.csv
pull_request:
workflow_dispatch:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lineage_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Analyze lineage notes

on:
push:
paths:
- lineage_notes.txt
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit 0c2b476

Please sign in to comment.