mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 00:24:14 +01:00
Update ci.yml
This commit is contained in:
parent
a016d13d25
commit
6e37592e24
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -1,5 +1,8 @@
|
|||
name: CI
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '!release'
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue