Skip to content

Commit

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

Expand Down

0 comments on commit 0f30761

Please sign in to comment.