Add manual run of actions.
This commit is contained in:
parent
1971b4f17f
commit
5e23f51b74
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
name: nginx-otel-module-check
|
||||
run-name: ${{ github.actor }} is triggering pipeline
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-module:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue