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