Skip to content

Commit c9b2bb3

Browse files
committed
💚 La deploy deploye til prod uten dev
1 parent 6d18e14 commit c9b2bb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: master
1+
name: deploy
22

33
on:
44
push:
@@ -140,7 +140,7 @@ jobs:
140140

141141
deploy-prod:
142142
name: Deploy to prod
143-
needs: [build-production, test-and-lint, deploy-dev]
143+
needs: [build-production, test-and-lint]
144144
runs-on: ubuntu-latest
145145
if: github.ref == 'refs/heads/master'
146146
environment:

0 commit comments

Comments
 (0)