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.
1 parent be15780 commit 2659608Copy full SHA for 2659608
.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