Update build.yml

This commit is contained in:
Casey LP
2024-03-29 11:44:54 +00:00
committed by GitHub
parent 49c6b326d5
commit fc945cd0da
+3 -3
View File
@@ -7,8 +7,8 @@ on:
paths:
- "build/**"
- "beta/**"
schedule:
- cron: '0 0 * * 0'
repository_dispatch:
types: [srcbuild]
workflow_dispatch:
jobs:
@@ -45,7 +45,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Build Container
if: github.event_name != 'schedule' || fromJSON(matrix.tag).tag == 'source'
#if: github.event_name != 'schedule' || fromJSON(matrix.tag).tag == 'source'
uses: docker/build-push-action@v5
with:
push: true