Skip to content

Commit

Permalink
ci: update workflows to run on specific path changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia committed Aug 25, 2024
1 parent 51c9c79 commit 3a4c04b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches:
- main
paths:
- 'server/**/*.ts'
- 'client/**/*.ts'
- 'client/**/*.tsx'
- 'deploy.sh'

jobs:
deploy:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [main]
pull_request:
branches: [main]
paths:
- 'server/**/*.ts'
- 'server/test/**'

jobs:
build:
Expand Down

0 comments on commit 3a4c04b

Please sign in to comment.