Made the snapshot-on-push Github action run on only the upstream repository.

This commit is contained in:
Greg King 2022-02-17 00:30:31 -05:00
parent bfa9e77523
commit d006317b0e
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ concurrency:
jobs:
build_windows:
name: Build (Windows)
if: github.repository == 'cc65/cc65'
runs-on: windows-latest
steps:
@ -30,6 +31,7 @@ jobs:
build_linux:
name: Build, Test, and Snapshot (Linux)
if: github.repository == 'cc65/cc65'
runs-on: ubuntu-latest
steps: