Skip to content

Commit

Permalink
fix: add back the push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Dec 30, 2024
1 parent 1f3a852 commit e8eb88f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-boxkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
pull_request:
branches:
- main
merge_group:
merge_group:
push:
branches-ignore:
- gh-readonly-queue/*
schedule:
- cron: '0 0 * * TUE'

Expand Down

0 comments on commit e8eb88f

Please sign in to comment.