Skip to content

Commit

Permalink
fix(build action): remove duplicate push:
Browse files Browse the repository at this point in the history
  • Loading branch information
b- committed Oct 30, 2023
1 parent c62c30a commit 5a31215
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ on:
schedule:
- cron: '00 08 * * *' # 8:00am everyday
push:
branches:
branches:
- live
pull_request:
branches:
- live
paths-ignore:
- '**.md'
workflow_dispatch:
push:
env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}

Expand Down

0 comments on commit 5a31215

Please sign in to comment.