Skip to content

fex: upgrade to new format #3

fex: upgrade to new format

fex: upgrade to new format #3

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/'"