From ec5566589f0ef553e3eee7f23533246267761c01 Mon Sep 17 00:00:00 2001 From: francis Date: Sat, 13 Apr 2024 11:48:03 +0200 Subject: [PATCH] fix: action on push --- .github/workflows/backend-linting.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/backend-linting.yaml b/.github/workflows/backend-linting.yaml index 807c123d..884ff766 100644 --- a/.github/workflows/backend-linting.yaml +++ b/.github/workflows/backend-linting.yaml @@ -3,6 +3,8 @@ name: backend-linting on: pull_request: branches: [main, development, secrets-test] + push: + branches: [main, development, secrets-test] workflow_dispatch: jobs: