We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8288da7 commit 153943eCopy full SHA for 153943e
.github/workflows/BitMono.Build.yaml
@@ -87,7 +87,7 @@ jobs:
87
88
UnityPackage:
89
runs-on: ubuntu-latest
90
- if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
+ if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'create' && github.event.ref_type == 'tag')
91
strategy:
92
matrix:
93
# Note:
0 commit comments