mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +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
|
name: Check Copywrite Headers
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push: {}
|
pull_request:
|
||||||
|
types: [opened, synchronize, reopened, ready_for_review]
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- release/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
copywrite:
|
copywrite:
|
||||||
|
|||||||
Reference in New Issue
Block a user