Add PPA to nightly

This commit is contained in:
Jonathan Bennett 2025-01-06 12:26:17 -06:00 committed by GitHub
parent ca32889893
commit 78371dfdb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,3 +17,12 @@ jobs:
uses: trunk-io/trunk-action@782e83f803ca6e369f035d64c6ba2768174ba61b
with:
trunk-token: ${{ secrets.TRUNK_TOKEN }}
package-ppa:
strategy:
fail-fast: false
matrix:
series: [plucky, oracular, noble, jammy]
uses: ./.github/workflows/package_ppa.yml
with:
series: ${{ matrix.series }}
secrets: inherit