Trigger CI build on pull requests.

Also, use default 'run-name' for more informative message.

(cherry picked from commit da2e4eb11b)
This commit is contained in:
Pavel Pautov 2024-11-19 14:32:15 -08:00 committed by Sergey A. Osokin
parent 5175f2edf9
commit 51f05f1555

View file

@ -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: