Skip to content

Commit

Permalink
bbbbbb
Browse files Browse the repository at this point in the history
  • Loading branch information
jamjamjon committed Sep 13, 2024
1 parent 30ef5ad commit 03f8bd5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Rust-CI

on:
push:
branches: [ "main", "dev", "x", "xy" , "xyz" ]
branches: [ "main", "dev", "develop", "x", "xy" , "xyz" ]
pull_request:
branches: [ "main" ]

Expand All @@ -12,7 +12,7 @@ env:

jobs:
build-on-linux:
name: build | linux | ffmpeg ${{ matrix.ffmpeg_version }}
name: build / linux / ffmpeg ${{ matrix.ffmpeg_version }}
runs-on: ubuntu-latest
container: jrottenberg/ffmpeg:${{ matrix.ffmpeg_version }}-ubuntu

Expand All @@ -39,7 +39,7 @@ jobs:
run: cargo build

build-on-macos:
name: build | macos | latest ffmpeg
name: build / macos / ffmpeg latest
runs-on: macos-latest

steps:
Expand All @@ -60,7 +60,7 @@ jobs:


build-on-windows:
name: build | windows | latest ffmpeg
name: build / windows / ffmpeg latest
runs-on: windows-latest

env:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:


test-on-linux:
name: test | linux | ffmpeg ${{ matrix.ffmpeg_version }}
name: test / linux / ffmpeg ${{ matrix.ffmpeg_version }}
runs-on: ubuntu-latest
container: jrottenberg/ffmpeg:${{ matrix.ffmpeg_version }}-ubuntu

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
run: cargo test --release

test-on-macos:
name: test | macos | latest ffmpeg
name: test / macos / ffmpeg latest
runs-on: macos-latest

steps:
Expand All @@ -144,7 +144,7 @@ jobs:
run: cargo test --release

test-on-windows:
name: test | windows | latest ffmpeg
name: test / windows / ffmpeg latest
runs-on: windows-latest

env:
Expand Down

0 comments on commit 03f8bd5

Please sign in to comment.