Skip to content

Commit

Permalink
chore; turn on merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Dec 25, 2024
1 parent 4ccb045 commit b7c25ac
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-boxkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ on:
pull_request:
branches:
- main
merge_group:
schedule:
- cron: '0 0 * * TUE'
push:
branches:
- main
paths-ignore: # don't rebuild on documentation change
- '**.md'

env:
IMAGE_TAGS: latest
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
Expand Down

0 comments on commit b7c25ac

Please sign in to comment.