Skip to content

Commit

Permalink
Update build-bindings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed Jan 31, 2024
1 parent ca5700f commit 7df0b77
Show file tree
Hide file tree
Showing 2 changed files with 302 additions and 289 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ run-name: Build bindings (run_tests=${{ inputs.run_tests }}, use-server-rc=${{ i
# Publishes bindings and source distribution on Github Actions if no tests are run or tests pass

on:
push:
branches: ["stage", "master"]
pull_request:
branches: ["stage"]
types: [
# Default triggers
opened,
synchronize,
reopened,
# Additional triggers
labeled,
unlabeled
]
workflow_call:
inputs:
# The dev tests test the artifacts against a server release
Expand Down
Loading

0 comments on commit 7df0b77

Please sign in to comment.