Skip to content

Commit

Permalink
Trigger CI for both apps always
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAntoine committed Mar 23, 2021
1 parent 2093882 commit 6789955
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cicd-data-processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ on:
- 'datascience/**'
- '.github/workflows/*'
- 'infra/docker/Dockerfile.DataPipeline'
- '**.kt'
- '**.js'
- '**.ts'
- '**.yml'
- '.github/workflows/cicd.yml'
- 'infra/configurations/**.properties'
- 'infra/docker/DockerfileBuildApp'
- '**.sql'
- 'backend/pom.xml'

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: CI/CD Back & Front
on:
push:
paths:
- 'datascience/**'
- '.github/workflows/*'
- 'infra/docker/Dockerfile.DataPipeline'
- '**.kt'
- '**.js'
- '**.ts'
Expand Down

0 comments on commit 6789955

Please sign in to comment.