From ffc757f08710b2b8fb1b30cff7b1cf48f5aba11d Mon Sep 17 00:00:00 2001 From: Ilario Pierbattista Date: Sat, 7 Dec 2024 09:21:20 +0100 Subject: [PATCH] always run actions on master --- .github/workflows/ci.yml | 6 +++++- .github/workflows/static-analysis.yml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4038ef8..237c99f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: CI -on: [pull_request] +on: + pull_request: + push: + branches: + - master jobs: tests: diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 0a452c8..06845f2 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -1,6 +1,10 @@ name: Static analysis -on: [pull_request] +on: + pull_request: + push: + branches: + - master jobs: job: