only run CI workflow when PR target is branch v2

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2021-09-09 10:48:55 +02:00
parent d06e15323a
commit 7c82d8ad2c

View File

@ -5,6 +5,8 @@ on:
branches:
- v2
pull_request:
branches:
- v2
jobs:
lint: