1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-31 22:41:32 +00:00

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

View File

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