Skip to content

Commit 24bc55b

Browse files
committed
Skip deploy on tag
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 2659608 commit 24bc55b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
name: Deploy Phar
174174
if: |
175175
github.repository_owner == 'EasyEngine' &&
176-
(github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
176+
(github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master')
177177
runs-on: ubuntu-latest
178178
needs: [build, test]
179179

@@ -231,7 +231,7 @@ jobs:
231231
github.repository_owner == 'EasyEngine' &&
232232
startsWith(github.ref, 'refs/tags/')
233233
runs-on: ubuntu-latest
234-
needs: [build, test, deploy]
234+
needs: [build, test]
235235

236236
steps:
237237
- name: Check out source code

0 commit comments

Comments
 (0)