simplified docs and prevent workflow from running incorrectly in other people's repo

This commit is contained in:
Kim, Jimin 2021-12-15 11:31:54 +09:00
parent 87322e08c3
commit b6c3fe5517
4 changed files with 28 additions and 69 deletions

View file

@ -6,6 +6,7 @@ on:
jobs:
build:
if: ${{ github.repository_owner == 'developomp' }}
name: Build
runs-on: ubuntu-latest
steps:
@ -26,6 +27,7 @@ jobs:
path: source/build
deploy:
if: ${{ github.repository_owner == 'developomp' }}
name: Deploy
needs: build
runs-on: ubuntu-latest