Skip to content

build(deps): bump blue-build/github-action from 1.7 to 1.8 #76

build(deps): bump blue-build/github-action from 1.7 to 1.8

build(deps): bump blue-build/github-action from 1.7 to 1.8 #76

Workflow file for this run

name: Zeliblue Stable
on:
schedule:
- cron:
"00 06 * * *" # build at 06:00 UTC every day
# (20 minutes after last ublue images start building)
pull_request:
branches:
- main
paths-ignore: # don't rebuild if only documentation has changed
- "**.md"
workflow_dispatch: # allow manually triggering builds
jobs:
build_gnome:
name: Zeliblue GNOME
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
recipe: gnome/zeliblue.yml
build_plasma:
name: Zeliblue Plasma
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
recipe: plasma/zeliblue-kinoite.yml