chote: prevent github workflow change

This commit is contained in:
Ikiru Yoshizaki
2023-04-25 16:56:50 +09:00
parent 73d86259ce
commit eb32ae25e0

View File

@@ -0,0 +1,10 @@
name: Prevent github change
on:
pull_request:
paths:
- ".github/**/*.yaml"
- ".github/**/*.yml"
jobs:
detect:
uses: Cysharp/Actions/.github/workflows/prevent-github-change.yaml@main