Skip to content

Commit d035b5d

Browse files
committed
[build] only release new Selenium Manager binaries from trunk
1 parent b7dc668 commit d035b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
name: "Release Binaries"
213213
runs-on: ubuntu-latest
214214
needs: [macos-stable, linux-stable, windows-stable, macos-debug, linux-debug, windows-debug]
215-
if: github.event_name != 'schedule' && github.repository_owner == 'seleniumhq'
215+
if: github.event_name != 'schedule' && github.repository_owner == 'seleniumhq' && github.ref == 'refs/heads/trunk'
216216
steps:
217217
- name: "Checkout selenium_manager_artifacts"
218218
uses: actions/checkout@v4

0 commit comments

Comments
 (0)