Skip to content

Commit

Permalink
[build] only release new Selenium Manager binaries from trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jan 20, 2024
1 parent b7dc668 commit d035b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
name: "Release Binaries"
runs-on: ubuntu-latest
needs: [macos-stable, linux-stable, windows-stable, macos-debug, linux-debug, windows-debug]
if: github.event_name != 'schedule' && github.repository_owner == 'seleniumhq'
if: github.event_name != 'schedule' && github.repository_owner == 'seleniumhq' && github.ref == 'refs/heads/trunk'
steps:
- name: "Checkout selenium_manager_artifacts"
uses: actions/checkout@v4
Expand Down

0 comments on commit d035b5d

Please sign in to comment.