CI yaml fixes

This commit is contained in:
Malte Rosenbjerg 2023-02-22 17:50:35 +01:00
parent 86a500309d
commit cc2d9890f9

View file

@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
paths:
- .github/workflows/ci.yml
- FFMpegCore/**
@ -13,9 +13,9 @@ on:
- main
- release
paths:
- .github/workflows/ci.yml
- FFMpegCore/**
- FFMpegCore.Test/**
- .github/workflows/ci.yml
- FFMpegCore/**
- FFMpegCore.Test/**
jobs:
ci: