Skip to content

Commit

Permalink
Merge pull request #84 from lbl-srg/fixActionPush
Browse files Browse the repository at this point in the history
Fix GH action to push Ubuntu binaries
  • Loading branch information
AntoineGautier authored Jul 17, 2024
2 parents a9b5ac8 + 64bc47e commit 8081302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Push Linux & macOS binaries
if: |
(matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest') &&
(contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')) &&
contains(matrix.python-version, '3.9') &&
github.event_name == 'push' &&
github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 8081302

Please sign in to comment.