mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-13 01:34:14 +01:00
CI yaml fixes
This commit is contained in:
parent
86a500309d
commit
cc2d9890f9
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -3,7 +3,7 @@ name: CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/ci.yml
|
- .github/workflows/ci.yml
|
||||||
- FFMpegCore/**
|
- FFMpegCore/**
|
||||||
|
@ -13,9 +13,9 @@ on:
|
||||||
- main
|
- main
|
||||||
- release
|
- release
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/ci.yml
|
- .github/workflows/ci.yml
|
||||||
- FFMpegCore/**
|
- FFMpegCore/**
|
||||||
- FFMpegCore.Test/**
|
- FFMpegCore.Test/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
|
Loading…
Reference in a new issue