Skip to content

Commit

Permalink
ci: disallow changes to these directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Sep 23, 2023
1 parent 4defa9e commit b5fa1e8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/supported-versions-only.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Validate only supported API version changes
on:
push:
paths:
- rest/v9
- rest/v8
jobs:
validate:
name: Validate that these files are untouched
runs-on: ubuntu-latest
steps:
- run: exit 1

0 comments on commit b5fa1e8

Please sign in to comment.