Derp
This commit is contained in:
7
.github/workflows/push.yml
vendored
7
.github/workflows/push.yml
vendored
@@ -1,10 +1,9 @@
|
|||||||
name: CI PR
|
name: CI PR
|
||||||
|
|
||||||
on: [pull_request]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_TS80:
|
build_TS80:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -28,7 +27,6 @@ jobs:
|
|||||||
workspace/TS100/Hexfile/TS80_*.bin
|
workspace/TS100/Hexfile/TS80_*.bin
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
build_TS80P:
|
build_TS80P:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -52,7 +50,6 @@ jobs:
|
|||||||
workspace/TS100/Hexfile/TS80P_*.bin
|
workspace/TS100/Hexfile/TS80P_*.bin
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
build_TS100:
|
build_TS100:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -77,7 +74,6 @@ jobs:
|
|||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
build_Pinecil:
|
build_Pinecil:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -100,4 +96,3 @@ jobs:
|
|||||||
workspace/TS100/Hexfile/Pinecil_*.hex
|
workspace/TS100/Hexfile/Pinecil_*.hex
|
||||||
workspace/TS100/Hexfile/Pinecil_*.bin
|
workspace/TS100/Hexfile/Pinecil_*.bin
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
Reference in New Issue
Block a user