From ec45b4ff630c5a90d70e3a5f6a7b650fa904a397 Mon Sep 17 00:00:00 2001 From: Marya Date: Mon, 8 Jan 2024 00:38:24 +0000 Subject: [PATCH] update --- .github/workflows/test_release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index d95cccf9d..f0a234dc0 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -1,5 +1,8 @@ name: Test Release on: + push: + branches: + - marya/test_release schedule: - cron: '0 0 * * *' # Runs the workflow at midnight every day # Allows you to run this workflow manually from the Actions tab