Skip to content

Commit

Permalink
Don't redeploy when license, readme, etc are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Aug 17, 2024
1 parent 4da566b commit 5e7728f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ permissions:
on:
push:
branches: ['main']
paths-ignore:
- 'LICENSE'
- 'README.md'
- '.gitignore'

jobs:
pandoc:
Expand Down

0 comments on commit 5e7728f

Please sign in to comment.