Only update documentation for gbdev/rgbds

Prevent the relevant GitHub Actions from running on forks
This commit is contained in:
Rangi
2021-04-18 16:16:17 -04:00
parent 52797b6f68
commit 3bea7930a9
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ on:
jobs: jobs:
build: build:
if: github.repository_owner == 'gbdev'
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
- name: Checkout rgbds@release - name: Checkout rgbds@release

View File

@@ -17,6 +17,7 @@ on:
jobs: jobs:
build: build:
if: github.repository_owner == 'gbdev'
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
- name: Checkout rgbds@master - name: Checkout rgbds@master