ci: limit pr tests to ietf folder

This commit is contained in:
Nicolas Giard 2022-03-19 11:33:29 -04:00 committed by GitHub
parent f15d0fa8e3
commit a4eaadde0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,8 @@ on:
branches:
# TEMPORARY: Replace with main once bs5 is merged
- 'feat/bs5'
paths:
- 'ietf/**'
jobs:
tests: