mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Made the snapshot-on-push Github action run on only the upstream repository.
This commit is contained in:
parent
77fa71994f
commit
e4f38f4476
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user