From 0ad61e976a97461e364a610c89aec2a3f7762d60 Mon Sep 17 00:00:00 2001 From: Mateusz Filipowicz Date: Fri, 7 Feb 2025 15:48:17 +0100 Subject: [PATCH] ci: run generation on pull request to ensure it works properly --- .github/workflows/generate.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 0ca4163..fec4f31 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -3,6 +3,7 @@ on: schedule: - cron: "0 0 * * *" workflow_dispatch: {} + pull_request: {} permissions: contents: "write"