Trigger CI build on pull requests.

Also, use default 'run-name' for more informative message.
This commit is contained in:
Pavel Pautov 2024-11-19 14:32:15 -08:00 committed by p-pautov
parent f45b618931
commit da2e4eb11b

View file

@ -1,8 +1,10 @@
name: Ubuntu build name: Ubuntu build
run-name: ${{ github.actor }} is triggering pipeline
on: on:
push: push:
workflow_dispatch: branches:
- main
pull_request:
jobs: jobs:
build-module: build-module: