ci: skip long jobs when only docs change (#3072)

This commit is contained in:
Ammar Bandukwala
2022-07-20 11:47:41 -05:00
committed by GitHub
parent 4fde5366be
commit cf9bc71c03

View File

@ -6,6 +6,8 @@ on:
- main
tags:
- "*"
paths-ignore:
- "docs/**"
pull_request: