From bf99bec4f158e0f4a18f33eaabb6151579eb710d Mon Sep 17 00:00:00 2001 From: Jan Michalski Date: Thu, 20 Jul 2023 13:37:54 -0400 Subject: [PATCH] common: trigger the main workflow for branches that are not maintained on pmem/pmdk Signed-off-by: Jan Michalski --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f7ff0310a8d..609d9fe2c18 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,6 +4,13 @@ name: Main on: workflow_dispatch: pull_request: + push: + # It is just for developer convenience so pushes to forks triggers the same + # workflow as for pull requests. For branches that match the following + # ignore patterns, the workflow has to be triggered manually. + branches-ignore: + - master + - stable-* jobs: src_checkers: