diff --git a/.github/workflows/create_publish_artifacts.yml b/.github/workflows/create_publish_artifacts.yml index d32bd74a6..848d1f0c1 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_publish_artifacs.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