Skip to content

Commit

Permalink
int - Added all supported branches
Browse files Browse the repository at this point in the history
---

Type: int
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 5, 2025
1 parent 21655d5 commit 6eacc0e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 59 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-mpg123-mac-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Build MPG123 library (macOS - AMD64)

on:
push:
branches:
- main
branches: [ "main", "x/oob/v0.1.x", "x/oob/v0.2.x" ]
pull_request:
branches:
- main
branches: [ "main", "x/oob/v0.1.x", "x/oob/v0.2.x" ]

jobs:
build:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/build-mpg123-mac-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Build MPG123 library (macOS - ARM64)

on:
push:
branches:
- main
branches: [ "main", "x/oob/v0.1.x", "x/oob/v0.2.x" ]
pull_request:
branches:
- main
branches: [ "main", "x/oob/v0.1.x", "x/oob/v0.2.x" ]

jobs:
build:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/build-rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Build Project (Release)

on:
push:
branches:
- main
branches: [ "main", "x/oob/v0.1.x", "x/oob/v0.2.x", "x/exp/libmpv" ]
pull_request:
branches:
- main
branches: [ "main", "x/oob/v0.1.x", "x/oob/v0.2.x", "x/exp/libmpv" ]

jobs:
build:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Build Project (Debug)

on:
push:
branches:
- main
branches: [ "main", "x/oob/v0.1.x", "x/oob/v0.2.x", "x/exp/libmpv" ]
pull_request:
branches:
- main
branches: [ "main", "x/oob/v0.1.x", "x/oob/v0.2.x", "x/exp/libmpv" ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL Analysis"

on:
push:
branches: [ "main" ]
branches: [ "main", "x/oob/v0.1.x", "x/oob/v0.2.x", "x/exp/libmpv" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "x/oob/v0.1.x", "x/oob/v0.2.x", "x/exp/libmpv" ]
schedule:
- cron: '06 12 * * *'

Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/docgen.yml

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Prepare release (canary)

on:
push:
branches:
- main
branches: [ "main", "x/oob/v0.1.x", "x/oob/v0.2.x", "x/exp/libmpv" ]
pull_request:
branches:
- main
branches: [ "main", "x/oob/v0.1.x", "x/oob/v0.2.x", "x/exp/libmpv" ]

jobs:
build:
Expand Down

0 comments on commit 6eacc0e

Please sign in to comment.