Skip to content

Commit

Permalink
actions: Noble support
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunderland93 committed Feb 5, 2024
1 parent 6be8d05 commit 5379a23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update Metapackages
on:
push:
branches:
- mantic
- noble

jobs:
build:
Expand All @@ -28,12 +28,12 @@ jobs:
repository: Ubuntu-Sway/ubuntu-sway-meta
path: ubuntu-sway-meta
token: "${{ secrets.GIT_USER_TOKEN }}"
ref: mantic
ref: noble

- name: Update metapackages
shell: bash
env:
BRANCH: mantic
BRANCH: noble
run: |
cd ubuntu-sway-meta
./update
Expand Down

0 comments on commit 5379a23

Please sign in to comment.