Skip to content

Commit

Permalink
chg - Actually start PPA packaging
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jan 6, 2025
1 parent 0ddba00 commit 57b538c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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" ]
pull_request:
branches: [ "main", "v0.1.1.x-saas" ]
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.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" ]
pull_request:
branches: [ "main", "v0.1.1.x-saas" ]
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.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" ]
pull_request:
branches: [ "main", "v0.1.1.x-saas" ]
branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-saas" ]


jobs:
Expand Down

0 comments on commit 57b538c

Please sign in to comment.