From 216445d804d16c778923f3aedc76c18fe7513986 Mon Sep 17 00:00:00 2001 From: iminet Date: Thu, 13 Aug 2026 04:32:49 +0200 Subject: [PATCH] test workflow job --- .github/workflows/hello.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index 50491af..74cf702 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -6,6 +6,10 @@ on: schedule: - cron: "0 */6 * * *" + push: + branches: + - main + jobs: hello: runs-on: ubuntu-latest