We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c50bb7f + 2659608 commit 68e401dCopy full SHA for 68e401d
.github/workflows/test_and_build.yml
@@ -173,7 +173,7 @@ jobs:
173
name: Deploy Phar
174
if: |
175
github.repository_owner == 'EasyEngine' &&
176
- (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master')
+ (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
177
runs-on: ubuntu-latest
178
needs: [build, test]
179
0 commit comments