Skip to content

Commit 35c9707

Browse files
committed
updated deployment.yml file
1 parent 2c76ae4 commit 35c9707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test and Deploy
1+
name: Deployment
22
on:
33
push:
44
branches:
@@ -7,7 +7,7 @@ on:
77
branches:
88
- main
99
jobs:
10-
build:
10+
upload:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Get Code
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
path: .
1919
deploy:
20-
needs: build
20+
needs: upload
2121
# Only deploy for the main branch
2222
if: github.ref == 'refs/heads/main'
2323
permissions:

0 commit comments

Comments
 (0)