Revert "Revert "Merge pull request #16 from Cysharp/feature/prevent""
This reverts commit 67acf2b834eef01cf2cb2551dbff76e756948bd3.
This commit is contained in:
parent
67acf2b834
commit
0718da8621
10
.github/workflows/prevent-github-change.yml
vendored
Normal file
10
.github/workflows/prevent-github-change.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user