Skip publish actions for forks (#3544)

This commit is contained in:
jack1142 2020-02-13 17:43:42 +01:00 committed by GitHub
parent c2143fdf86
commit cc30726ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ env:
jobs:
deploy:
if: github.repository == 'Cog-Creators/Red-DiscordBot'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View File

@ -6,6 +6,7 @@ on:
jobs:
deploy:
if: github.repository == 'Cog-Creators/Red-DiscordBot'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2