add runs-on
This commit is contained in:
parent
2ba59cdbd6
commit
fd179d5ed4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -34,6 +34,7 @@ jobs:
|
|||
|
||||
release:
|
||||
if: ${{ github.ref == 'master' }}
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
|
||||
|
|
Loading…
Reference in a new issue