Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nsavoire committed Jun 11, 2024
1 parent fcd149a commit 104f556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: otel-profiling-agent

on:
push:
branches: [main]
branches: [nsavoire/fix_prerelease_draft]
pull_request:
branches: ["**"]
workflow_call:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
publish:
env:
RELEASE_VERSION: dev
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.event_name == 'push' }}
name: Publish pre-release
needs: [test, lint]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 104f556

Please sign in to comment.