Skip to content

Commit 7e25179

Browse files
authored
revert the requirement for building
1 parent dec5795 commit 7e25179

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-image-beta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths-ignore:
99
- "**.md"
1010
- "system_files/shared/usr/share/ublue-os/bazaar/config.yaml"
11+
- "**.Brewfile"
1112
- "just/*.just"
1213
workflow_call:
1314
workflow_dispatch:

.github/workflows/build-image-latest-main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ on:
88
paths-ignore:
99
- "**.md"
1010
- "iso_files/**"
11+
- "flatpaks/**"
1112
- ".github/workflows/*iso*"
1213
- "system_files/shared/usr/share/ublue-os/bazaar/config.yaml"
14+
- "**.Brewfile"
1315
- "just/*.just"
1416
workflow_call:
1517
workflow_dispatch:

.github/workflows/build-image-stable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ on:
88
paths-ignore:
99
- "**.md"
1010
- "iso_files/**"
11+
- "flatpaks/**"
1112
- ".github/workflows/*iso*"
1213
- "system_files/shared/usr/share/ublue-os/bazaar/config.yaml"
14+
- "**.Brewfile"
1315
- "just/*.just"
1416
schedule:
1517
- cron: "50 5 * * 0" # 5:50 UTC sunday

0 commit comments

Comments
 (0)