Skip to content

Enable PR and post-merge jobs for release branches #812

Enable PR and post-merge jobs for release branches

Enable PR and post-merge jobs for release branches #812

Workflow file for this run

name: CI pipeline
on:
push:
branches: [develop, release-* ]
pull_request:
branches: [ develop, release-* ]
jobs:
pipeline:
if: github.server_url != 'https://github.com'
uses: ./.github/workflows/pipeline.yml
secrets: inherit