We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9dbd9a commit 29740d1Copy full SHA for 29740d1
.github/workflows/webserver-centos9.yml
@@ -2,6 +2,11 @@ name: webserver centos9
2
3
on:
4
workflow_dispatch:
5
+ push:
6
+ branches: "*"
7
+ paths:
8
+ - 'instrumentation/otel-webserver-module/**'
9
+ - '.github/workflows/webserver-centos9.yml'
10
11
jobs:
12
webserver-build-test-centos9:
0 commit comments