Skip to content

Commit

Permalink
Add restrictions to running the generate-morphs action
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin committed Nov 25, 2024
1 parent bacbd10 commit 150e7d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate-morphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ name: Generate Morphs

on:
pull_request:
paths:
- 'src/**'
- 'pyproject.toml'
- '.github/workflows/generate-morphs.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 150e7d9

Please sign in to comment.