From da7927b82be52c12ac66735e22b6bd84c0f05eaa Mon Sep 17 00:00:00 2001 From: Samuel Dare Date: Sun, 19 May 2024 23:04:55 +0400 Subject: [PATCH] chore: bump ci --- .github/workflows/baedeker.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/baedeker.yaml b/.github/workflows/baedeker.yaml index e13524a62..2d6470937 100644 --- a/.github/workflows/baedeker.yaml +++ b/.github/workflows/baedeker.yaml @@ -4,6 +4,8 @@ on: schedule: - cron: "0 */3 * * *" # Runs every 3 hours workflow_dispatch: # Allows manual dispatch + push: + pull_request: jobs: build-and-publish: