[EC-318] Pipeline migration - Added trigger on push for CORE CD Actio… #1
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: PR - Core TF Apply | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
paths: | |
- "src/core/prod/**" | |
- "src/core/_modules/**" | |
- ".github/workflows/core_deploy.yaml" | |
jobs: | |
prod_itn_core_deploy: | |
uses: pagopa/dx/.github/workflows/infra_apply.yaml@main | |
name: Prod - Code Deploy | |
secrets: inherit | |
with: | |
environment: prod | |
base_path: src/core |