Skip to content

Commit

Permalink
feat: ensure that LinuxCross release build follows semver (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
msalib authored Dec 31, 2021
1 parent 42d46cd commit c6a4f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ jobs:
BuildLinuxCross:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
needs: [ BumpVersion ]
strategy:
matrix:
# there's less point in building these architectures since
Expand Down

0 comments on commit c6a4f32

Please sign in to comment.