Skip to content

Commit

Permalink
chore(ci): I guess we need PR checks (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Aug 15, 2023
1 parent c35b18b commit c24bb62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Build and Push Image
on:
schedule:
- cron: '00 10 * * *' # 10:00am everyday
merge_group:
merge_group:
pull_request:
workflow_dispatch:
env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
Expand Down

0 comments on commit c24bb62

Please sign in to comment.