From b183c5a51db58a2c624c6085ef7fbab980a4befc Mon Sep 17 00:00:00 2001 From: yui-knk Date: Thu, 2 Nov 2023 19:13:39 +0900 Subject: [PATCH] Make CI runnable for any push --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7f7bc68d..81033532 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,10 +9,6 @@ on: branches: - '*' push: - branches: - - master - tags: - - v*.*.* schedule: - cron: "0 8 * * 3" # At 08:00 on Wednesday # https://crontab.guru/#0_8_*_*_3