mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
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:
7
.github/workflows/copywrite.yml
vendored
7
.github/workflows/copywrite.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user