Skip to content

Commit b49794f

Browse files
committed
ci: disallow changes to these directories
1 parent 4defa9e commit b49794f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Check supported API version changes only
2+
on:
3+
push:
4+
paths:
5+
- rest/v9
6+
- rest/v8
7+
jobs:
8+
validate:
9+
name: Validate that these files are untouched
10+
runs-on: ubuntu-latest
11+
steps:
12+
- run: exit 1

0 commit comments

Comments
 (0)