Fix deploy job name
This commit is contained in:
parent
febc92910a
commit
0f02610fd1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
|
|
Loading…
Reference in a new issue