Skip to content

Commit da2e4eb

Browse files
committed
Trigger CI build on pull requests.
Also, use default 'run-name' for more informative message.
1 parent f45b618 commit da2e4eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Ubuntu build
2-
run-name: ${{ github.actor }} is triggering pipeline
2+
33
on:
44
push:
5-
workflow_dispatch:
5+
branches:
6+
- main
7+
pull_request:
68

79
jobs:
810
build-module:

0 commit comments

Comments
 (0)