Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
🐳 chore(build): Fix image creation
Browse files Browse the repository at this point in the history
Instead of creating an OS image for changes in the `live` branch, the OS image was created when changes also occurred in other branches (such as `template`)
  • Loading branch information
c0deplayer committed Sep 29, 2023
1 parent 3817cf4 commit 6f6d8af
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
# Only the branch called `live` is published.

name: build-ublue
on: # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
on:
schedule:
- cron: "20 22 * * *"
push:
branches:
- live
- template
- main
paths-ignore: # don't rebuild if only documentation has changed
paths-ignore:
# don't rebuild if only documentation has changed
- "**.md"
pull_request:
workflow_dispatch:
Expand Down

0 comments on commit 6f6d8af

Please sign in to comment.