Skip to content

Commit 56df3cf

Browse files
author
Vladimir Kotal
committed
restrict path
1 parent d5d2ac4 commit 56df3cf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/apiary.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: Check Apiary blueprint
22

3-
# TODO: restrict path to apiary.apib
4-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths:
6+
- apiary.apib
7+
pull_request:
8+
paths:
9+
- apiary.apib
510

611
jobs:
712
ubuntu:

0 commit comments

Comments
 (0)