Skip to content

Commit

Permalink
Make it deploy only when changes are in src or public folders
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed May 10, 2024
1 parent d0766a3 commit 1733371
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- master
paths:
- 'src/**'
- 'public/**'
- 'editor/**'
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1733371

Please sign in to comment.