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