From 0491cc05ee6a9277c55caeee8563fb639db7a9b0 Mon Sep 17 00:00:00 2001 From: Eugene Grebenschikov Date: Tue, 6 Feb 2024 09:18:30 -0800 Subject: [PATCH] Add manual run of actions. --- .github/workflows/nginx-otel-module-check.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nginx-otel-module-check.yml b/.github/workflows/nginx-otel-module-check.yml index 03fe48e..2d8f5ee 100644 --- a/.github/workflows/nginx-otel-module-check.yml +++ b/.github/workflows/nginx-otel-module-check.yml @@ -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