simplified docs and prevent workflow from running incorrectly in other people's repo
This commit is contained in:
parent
87322e08c3
commit
b6c3fe5517
4 changed files with 28 additions and 69 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue