mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
Update workflow
This commit is contained in:
parent
ebda933859
commit
887bccb418
3 changed files with 6 additions and 3 deletions
3
.github/workflows/c.yaml
vendored
3
.github/workflows/c.yaml
vendored
|
@ -1,7 +1,8 @@
|
||||||
name: C
|
name: C
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
|
branches: "main"
|
||||||
jobs:
|
jobs:
|
||||||
runtests:
|
runtests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
3
.github/workflows/i386-linux-handwritten.yml
vendored
3
.github/workflows/i386-linux-handwritten.yml
vendored
|
@ -1,7 +1,8 @@
|
||||||
name: i386-linux-handwritten
|
name: i386-linux-handwritten
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
|
branches: "main"
|
||||||
jobs:
|
jobs:
|
||||||
runtests:
|
runtests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
3
.github/workflows/python.yaml
vendored
3
.github/workflows/python.yaml
vendored
|
@ -1,7 +1,8 @@
|
||||||
name: python
|
name: python
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
|
branches: "main"
|
||||||
jobs:
|
jobs:
|
||||||
runtests:
|
runtests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue