From ed2d14939a2b087ea2806539ae9e6d1e045e1434 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sat, 6 Jul 2024 15:20:07 +0200 Subject: [PATCH] Enable pre-commit for master branch --- .github/workflows/precommit.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/precommit.yml b/.github/workflows/precommit.yml index 12361211..38fcdc61 100644 --- a/.github/workflows/precommit.yml +++ b/.github/workflows/precommit.yml @@ -1,5 +1,8 @@ on: pull_request: + push: + branches: ["master"] + workflow_dispatch: # Allows you to run this workflow manually from the Actions tab jobs: main: