Skip to content

Commit

Permalink
Trigger CI build on pull requests.
Browse files Browse the repository at this point in the history
Also, use default 'run-name' for more informative message.
  • Loading branch information
p-pautov committed Nov 19, 2024
1 parent f45b618 commit da2e4eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit da2e4eb

Please sign in to comment.