mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: "main"
|
||||
jobs:
|
||||
runtests:
|
||||
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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: "main"
|
||||
jobs:
|
||||
runtests:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
3
.github/workflows/python.yaml
vendored
3
.github/workflows/python.yaml
vendored
|
@ -1,7 +1,8 @@
|
|||
name: python
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: "main"
|
||||
jobs:
|
||||
runtests:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue