Skip to content

Commit

Permalink
Ignore deployment if just editing the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timbeccue committed Oct 28, 2024
1 parent 20fc93f commit 4116df1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Deploy Script
on:
push:
branches: [main, dev]
paths-ignore:
- 'README.md'

jobs:
deploy:
Expand Down

0 comments on commit 4116df1

Please sign in to comment.