ci: limit pr tests to ietf folder
This commit is contained in:
parent
f15d0fa8e3
commit
a4eaadde0a
2
.github/workflows/ci-run-tests.yml
vendored
2
.github/workflows/ci-run-tests.yml
vendored
|
@ -5,6 +5,8 @@ on:
|
|||
branches:
|
||||
# TEMPORARY: Replace with main once bs5 is merged
|
||||
- 'feat/bs5'
|
||||
paths:
|
||||
- 'ietf/**'
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
|
Loading…
Reference in a new issue