Revert "Revert "Merge pull request #16 from Cysharp/feature/prevent""

This reverts commit 67acf2b834eef01cf2cb2551dbff76e756948bd3.
This commit is contained in:
Ikiru Yoshizaki 2023-04-25 17:05:48 +09:00
parent 67acf2b834
commit 0718da8621

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