Add ci.yml to paths in CI workflow file

This commit is contained in:
Malte Rosenbjerg 2022-03-24 21:28:55 +01:00
parent 54c9729637
commit 37ecbb8d87

View file

@ -5,6 +5,7 @@ on:
branches:
- master
paths:
- .github/workflows/ci.yml
- FFMpegCore/**
- FFMpegCore.Test/**
pull_request:
@ -12,6 +13,7 @@ on:
- master
- release
paths:
- .github/workflows/ci.yml
- FFMpegCore/**
- FFMpegCore.Test/**