Skip to content

Commit

Permalink
paths-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Ziaei committed Apr 5, 2024
1 parent 913646a commit cdb092a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
push:
branches:
- main
paths:
- 'apps/app/**'
paths-ignore:
- 'apps/scheduler/**'
pull_request: {}

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
push:
branches:
- main
paths:
- 'apps/scheduler/**'
paths-ignore:
- 'apps/app/**'
pull_request: {}

concurrency:
Expand Down

0 comments on commit cdb092a

Please sign in to comment.