ci: Add tags to condition for code sign

Oops
json-serializing-nullable-fields-issue v5.4.3
Robert Dailey 8 months ago
parent 67eb195b58
commit d4e8be42dd

@ -78,7 +78,7 @@ jobs:
name: Apple Signing
runs-on: macos-latest
# Ignore pull requests & non-master branches
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
needs: [build-osx]
strategy:
matrix:

Loading…
Cancel
Save