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 2659608 commit 24bc55bCopy full SHA for 24bc55b
.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' || startsWith(github.ref, 'refs/tags/'))
+ (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master')
177
runs-on: ubuntu-latest
178
needs: [build, test]
179
@@ -231,7 +231,7 @@ jobs:
231
232
startsWith(github.ref, 'refs/tags/')
233
234
- needs: [build, test, deploy]
+ needs: [build, test]
235
236
steps:
237
- name: Check out source code
0 commit comments