From e9264a3c2adeac9304d9541614cfc57ea7f068db Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Wed, 22 Feb 2023 17:52:56 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c3ba1e..4f8fa34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: - main paths: - .github/workflows/ci.yml + - Directory.Build.props - FFMpegCore/** - FFMpegCore.Test/** - FFMpegCore.Extensions.SkiaSharp/** @@ -16,6 +17,7 @@ on: - release paths: - .github/workflows/ci.yml + - Directory.Build.props - FFMpegCore/** - FFMpegCore.Test/** - FFMpegCore.Extensions.SkiaSharp/**