Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
b- authored Jan 14, 2024
1 parent fca0543 commit de6aa14
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: Build and Push Image
on:
schedule:
- cron: '40 16 * * *' # 16:40 UTC everyday
merge_group:
pull_request:
pull_request: &when
branches:
- live
paths-ignore:
- '**.md'
push: *when
merge_group:
workflow_dispatch:

env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}

Expand Down

0 comments on commit de6aa14

Please sign in to comment.