mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Change trigger of runtests
This commit is contained in:
parent
b70bb4befc
commit
b54b0e99a5
3 changed files with 3 additions and 3 deletions
2
.github/workflows/c.yaml
vendored
2
.github/workflows/c.yaml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: C
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
jobs:
|
||||
runtests:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
2
.github/workflows/i386-linux-handwritten.yml
vendored
2
.github/workflows/i386-linux-handwritten.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: i386-linux-handwritten
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
jobs:
|
||||
runtests:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
2
.github/workflows/python.yaml
vendored
2
.github/workflows/python.yaml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: python
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
jobs:
|
||||
runtests:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue