Avatar Command #95

Merged
greg6775 merged 3 commits from greg-dev into master 2019-11-23 03:28:03 +01:00
Showing only changes of commit 5a849dfbde - Show all commits

View file

@ -3,7 +3,7 @@ name: Hadder
on: [push]
jobs:
test:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
@ -16,7 +16,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: test
needs: build
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v1