Skip to content

Commit

Permalink
fix: revert push trigger and remove merge_group
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Dec 30, 2024
1 parent e8eb88f commit 200a1c6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-boxkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
pull_request:
branches:
- main
merge_group:
push:
branches-ignore:
- gh-readonly-queue/*
branches:
- main
paths-ignore: # don't rebuild on documentation change
- '**.md'
schedule:
- cron: '0 0 * * TUE'

Expand All @@ -30,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 200a1c6

Please sign in to comment.