Skip to content

Limit actions to only PRs to main branch #3

Limit actions to only PRs to main branch

Limit actions to only PRs to main branch #3

Workflow file for this run

name: PR Check
on:
pull_request:
branches:
- main
types:
- opened
- review_requested
jobs: