Merge pull request #10 from MTES-MCT/dev #14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Image docker parcours_r_module_statistiques_descriptives | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - master | |
| - dev | |
| paths: | |
| - .github/workflows/rstudio-image-build.yml | |
| - Dockerfile | |
| - DESCRIPTION | |
| pull_request: | |
| types: | |
| - created | |
| branches: | |
| - main | |
| - master | |
| - dev | |
| paths: | |
| - .github/workflows/rstudio-image-build.yml | |
| - Dockerfile | |
| - DESCRIPTION | |
| workflow_dispatch: | |
| jobs: | |
| build-rstudio-image: | |
| uses: MTES-MCT/parcours-r/.github/workflows/rstudio-image-build.yml@master |