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:
parent
5175f2edf9
commit
51f05f1555
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ubuntu.yml
vendored
6
.github/workflows/ubuntu.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue