OPSEXP-2881: trigger docs publication on content change on master and… #616
This file contains 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: Docker Compose (Community) | |
on: | |
pull_request: | |
branches: | |
- master | |
- release/** | |
- next/** | |
paths: | |
- docker-compose/community-docker-compose.yml | |
- test/postman/docker-compose/** | |
- .github/workflows/docker-compose-community.yml | |
push: | |
branches: | |
- master | |
- release/** | |
jobs: | |
compose_community: | |
name: docker-compose community | |
runs-on: ubuntu-latest | |
steps: | |
- uses: >- | |
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected] | |
with: | |
compose_file_path: docker-compose/community-docker-compose.yml |