Skip to content

Commit

Permalink
int - Added new servicing branch target
Browse files Browse the repository at this point in the history
---

For all workflows, we've added the proposed v0.1.2.x-saas branch in case
we started development of the next version, which is 0.1.3.x.

We expect that the 0.1.3.x series is going to be the last of the 0.1.x
series before the next major series development starts.

---

Type: int
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 5, 2025
1 parent 804345e commit 1663530
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build Project (Docker)

on:
push:
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas", "v0.1.2.x-saas" ]
pull_request:
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas", "v0.1.2.x-saas" ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-ppa-package-with-lintian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build Project (Debian Package, Lintian)

on:
push:
branches: [ "main", "v0.1.1.x-saas" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas", "v0.1.2.x-saas" ]
pull_request:
branches: [ "main", "v0.1.1.x-saas" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas", "v0.1.2.x-saas" ]

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

on:
push:
branches: [ "main", "v0.1.1.x-saas" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas", "v0.1.2.x-saas" ]
pull_request:
branches: [ "main", "v0.1.1.x-saas" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas", "v0.1.2.x-saas" ]

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

on:
push:
branches: [ "main", "v0.1.1.x-saas" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas", "v0.1.2.x-saas" ]
pull_request:
branches: [ "main", "v0.1.1.x-saas" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas", "v0.1.2.x-saas" ]


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

on:
push:
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas", "v0.1.2.x-saas" ]
pull_request:
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas", "v0.1.2.x-saas" ]

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

on:
push:
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas", "v0.1.2.x-saas" ]
pull_request:
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas", "v0.1.2.x-saas" ]

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", "v0.1.0.x-saas", "v0.1.1.x-saas" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas", "v0.1.2.x-saas" ]
pull_request:
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas", "v0.1.2.x-saas" ]
schedule:
- cron: '06 12 * * *'

Expand Down

0 comments on commit 1663530

Please sign in to comment.