From fc945cd0da17846b72606887b5240f4e79fa5f1b Mon Sep 17 00:00:00 2001 From: Casey LP Date: Fri, 29 Mar 2024 11:44:54 +0000 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c05374..e29ca2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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