From 4615c16750e85a12f1c2b8b077b11df85ecdd1f3 Mon Sep 17 00:00:00 2001 From: Marya Date: Thu, 21 Dec 2023 21:02:02 +0000 Subject: [PATCH] update --- .github/workflows/create_publish_artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_publish_artifacts.yml b/.github/workflows/create_publish_artifacts.yml index ddb8d1632..7a6b7e129 100644 --- a/.github/workflows/create_publish_artifacts.yml +++ b/.github/workflows/create_publish_artifacts.yml @@ -2,7 +2,7 @@ name: Build and Package on: pull_request: paths: - - '.github/workflows/create_release.yml' + - '.github/workflows/create_publish_artifacts.yml' schedule: - cron: '0 0 * * *' # Runs the workflow at midnight every day # Allows you to run this workflow manually from the Actions tab