We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42c27f commit 0bad306Copy full SHA for 0bad306
.github/workflows/master-build.yml .github/workflows/main-build.yml
@@ -3,7 +3,6 @@ name: "Continuous Build"
3
on:
4
push:
5
branches:
6
- - master
7
- main
8
9
jobs:
@@ -49,7 +48,7 @@ jobs:
49
48
name: coverage-report
50
path: all/build/reports/jacoco/test/html
51
publish-snapshots:
52
- name: Publish snapshots to JFrog
+ name: Publish snapshots
53
if: ${{ github.event_name == 'push' && github.repository == 'open-telemetry/opentelemetry-java' }}
54
needs: build
55
runs-on: ubuntu-latest
.github/workflows/pr-build.yml
@@ -3,7 +3,6 @@ name: "PR Build"
pull_request:
.github/workflows/pr-examples-build.yml
@@ -3,7 +3,6 @@ name: "PR Examples Build"
paths:
- 'examples/**'
0 commit comments