Add manual run of actions.

This commit is contained in:
Eugene Grebenschikov 2024-02-06 09:18:30 -08:00
parent 1971b4f17f
commit 5e23f51b74

View file

@ -1,6 +1,9 @@
name: nginx-otel-module-check name: nginx-otel-module-check
run-name: ${{ github.actor }} is triggering pipeline run-name: ${{ github.actor }} is triggering pipeline
on: [push] on:
push:
workflow_dispatch:
jobs: jobs:
build-module: build-module:
runs-on: ubuntu-latest runs-on: ubuntu-latest