Merge pull request #16 from Cysharp/feature/prevent

chote: prevent github workflow change
This commit is contained in:
Ikiru Yoshizaki 2023-04-25 17:05:48 +09:00 committed by GitHub
commit 31ab167aa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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