Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
github actions: now they also trigger if the docker compose file is c…
Browse files Browse the repository at this point in the history
…hanged
  • Loading branch information
DonHaul authored and drjova committed Aug 13, 2024
1 parent 5a7c8df commit 343f7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request-main-backoffice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
paths:
- 'backoffice/**'
- 'docker-compose.yaml'

jobs:
lint:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-request-main-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
paths:
- "workflows/**"
- "docker-compose.yaml"
jobs:
lint:
uses: ./.github/workflows/lint.yml
Expand Down

0 comments on commit 343f7e3

Please sign in to comment.