Skip to content

Commit

Permalink
fix: add back the push trigger (#93)
Browse files Browse the repository at this point in the history
* fix: add back the push trigger

* fix: revert push trigger and remove merge_group
  • Loading branch information
p5 authored Jan 4, 2025
1 parent 6c564e0 commit d8e441d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-boxkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
pull_request:
branches:
- main
merge_group:
push:
branches:
- main
paths-ignore: # don't rebuild on documentation change
- '**.md'
schedule:
- cron: '0 0 * * TUE'

Expand All @@ -27,8 +31,8 @@ jobs:
- boxkit
#- fedora-example # Included as an example to demonstrate multi-image builds, uncomment to build the fedora-example container too
steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
# Clone code to runner
- name: Checkout
uses: actions/checkout@v4

# Build metadata
Expand Down

0 comments on commit d8e441d

Please sign in to comment.