Skip to content

feat(ci): add issues for workflow #1

feat(ci): add issues for workflow

feat(ci): add issues for workflow #1

Workflow file for this run

name: Handle PRs
on:
pull_request:
types:
- opened
jobs:
run_if:
if: startsWith(github.head_ref, 'releases/')
runs-on: ubuntu-latest
steps:
- run: echo "The head of this PR starts with 'releases/'"