From 1a4c73186c3aa4ea2fc26604b4a263448f28d1e7 Mon Sep 17 00:00:00 2001 From: Pavel Pautov Date: Tue, 19 Nov 2024 14:32:15 -0800 Subject: [PATCH] Trigger CI build on pull requests. Also, use default 'run-name' for more informative message. --- .github/workflows/ubuntu.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index e3bd13e..55c2485 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -1,8 +1,10 @@ name: Ubuntu build -run-name: ${{ github.actor }} is triggering pipeline + on: push: - workflow_dispatch: + branches: + - main + pull_request: jobs: build-module: