Skip to content

Commit

Permalink
Merge pull request #41 from Cysharp/feature/prevent
Browse files Browse the repository at this point in the history
chote: prevent github workflow change
  • Loading branch information
guitarrapc authored Apr 25, 2023
2 parents 25cdc99 + 0464dda commit f1a20c9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/prevent-github-change.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f1a20c9

Please sign in to comment.