Skip to content

feat: pr ci cd flow

feat: pr ci cd flow #2

Workflow file for this run

name: 'Pull Requests Flow'
on:
pull_request:
branches: [prod, stage, devel]
jobs:
integration:
uses: ./.github/workflows/integration.yml
secrets: inherit