mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-04 03:39:58 +00:00
chore: Remove main from push and pull request builds, this will reduce the amount of updates on stable to manual and scheduled builds only.
This commit is contained in:
parent
035992b88c
commit
c60d0b1e81
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -4,7 +4,6 @@ on:
|
||||
- cron: '40 16 * * 2,5' # 16:40 utc tues thurs
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- testing
|
||||
- unstable
|
||||
paths-ignore:
|
||||
@ -16,7 +15,6 @@ on:
|
||||
- 'press_kit/**'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- testing
|
||||
- unstable
|
||||
paths-ignore:
|
||||
|
Loading…
x
Reference in New Issue
Block a user