From 6b4c5de85c3789f273e36d4db6517736127ac9a4 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Wed, 24 Apr 2024 13:51:28 +0300 Subject: [PATCH] ci: Run ci on master and PRs Signed-off-by: Alexandru Vasile --- .github/workflows/ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 132f1741..f64c95e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,16 @@ name: CI on: + push: + # Run jobs when commits are pushed to + # master or release-like branches: + branches: + - master pull_request: - types: [opened, synchronize, reopened, ready_for_review] + # Run jobs for any external PR that wants + # to merge to master, too: + branches: + - master # Disable previous runs concurrency: