Skip to content

Commit

Permalink
upd - Updated workflows to point to the new saas branch
Browse files Browse the repository at this point in the history
---

Type: upd
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed May 16, 2024
1 parent 949f7d9 commit e41e3e1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 32 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-ppa-package-with-lintian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@ name: Build Project (Debian Package, Lintian)

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

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

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

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

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


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

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

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

on:
push:
branches:
- main
- servicing
branches: [ "main", "v0.1.0.x-saas" ]
pull_request:
branches:
- main
- servicing
branches: [ "main", "v0.1.0.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", "servicing" ]
branches: [ "main", "v0.1.0.x-saas" ]
pull_request:
branches: [ "main", "servicing" ]
branches: [ "main", "v0.1.0.x-saas" ]
schedule:
- cron: '32 13 * * 2'

Expand Down

0 comments on commit e41e3e1

Please sign in to comment.