Skip to content

Commit

Permalink
imp - Updated branch name
Browse files Browse the repository at this point in the history
---

The workflows have been updated to mention the new branch name of 0.1.1.x.

---

Type: imp
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jan 6, 2025
1 parent 91bbb7c commit 02adad3
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 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-servicing" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas" ]
pull_request:
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-servicing" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.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-servicing" ]
branches: [ "main", "v0.1.1.x-saas" ]
pull_request:
branches: [ "main", "v0.1.1.x-servicing" ]
branches: [ "main", "v0.1.1.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-servicing" ]
branches: [ "main", "v0.1.1.x-saas" ]
pull_request:
branches: [ "main", "v0.1.1.x-servicing" ]
branches: [ "main", "v0.1.1.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-servicing" ]
branches: [ "main", "v0.1.1.x-saas" ]
pull_request:
branches: [ "main", "v0.1.1.x-servicing" ]
branches: [ "main", "v0.1.1.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-servicing" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas" ]
pull_request:
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-servicing" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.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-servicing" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas" ]
pull_request:
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-servicing" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.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-servicing" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas" ]
pull_request:
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-servicing" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas" ]
schedule:
- cron: '06 12 * * *'

Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ nitrocid-27 (3.0.27.0-0.1.2.0-1) noble; urgency=medium

* Placeholder changelogs

-- Aptivi CEO <[email protected]> Sun, 5 Oct 2024 19:48:55 +0300
-- Aptivi CEO <[email protected]> Sun, 5 Oct 2025 19:48:55 +0300

0 comments on commit 02adad3

Please sign in to comment.