mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 12:36:44 +00:00
Add path filter to CI workflow file
This commit is contained in:
parent
b33f9a3c4b
commit
54c9729637
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -4,10 +4,16 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- FFMpegCore/**
|
||||
- FFMpegCore.Test/**
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- release
|
||||
paths:
|
||||
- FFMpegCore/**
|
||||
- FFMpegCore.Test/**
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
|
Loading…
Reference in a new issue