Skip to content

Commit

Permalink
chore: Update CI workflows to include changes in their own workflow f…
Browse files Browse the repository at this point in the history
…ile, .env-github-actions and docker-compose.yaml as conditions to run
  • Loading branch information
drikusroor committed Jul 1, 2024
1 parent 9ae176a commit d759882
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ on:
push:
paths:
- 'backend/**'
- '.github/workflows/ci-backend.yml'
- 'docker-compose.yaml'
- '.env-github-actions'
pull_request:
paths:
- 'backend/**'
- '.github/workflows/ci-backend.yml'
- 'docker-compose.yaml'
- '.env-github-actions'

jobs:

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ on:
paths:
- 'frontend/**'
- '.yarn'
- '.github/workflows/ci-frontend.yml'
- 'docker-compose.yaml'
pull_request:
paths:
- 'frontend/**'
- '.yarn'
- '.github/workflows/ci-frontend.yml'
- 'docker-compose.yaml'

jobs:

Expand Down

0 comments on commit d759882

Please sign in to comment.