Use the same approach as we do in our other workflows: apply to PRs, and to pushes to our main and release branches. (#23785)

This commit is contained in:
Nick Cabatoff
2023-10-23 10:27:13 -04:00
committed by GitHub
parent a5b60cd8cc
commit c64e0144f6

View File

@@ -1,7 +1,12 @@
name: Check Copywrite Headers
on:
push: {}
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- main
- release/**
jobs:
copywrite: