Skip to content

Update CREATE_PR.yml #4

Update CREATE_PR.yml

Update CREATE_PR.yml #4

Workflow file for this run

name: Create PR
on:
push:
branches:
- dev
- homolog
permissions:
contents: read
pull-requests: write
jobs:
pull_request:
if: ${{ github.ref_name != 'prod'}}
uses: maua-dev/ci_workflows_reusable/.github/workflows/pull_request.yml@V1.0
with:
repository: ${{ github.repository }}