Merge pull request #16 from Cysharp/feature/prevent
chote: prevent github workflow change
This commit is contained in:
commit
31ab167aa1
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