mirror of
https://github.com/nineties/planckforth
synced 2025-01-13 08:01:10 +01:00
Fixed triggers of the runtests workflow
This commit is contained in:
parent
59feb32ddc
commit
69d1d39754
3 changed files with 3 additions and 9 deletions
4
.github/workflows/c.yaml
vendored
4
.github/workflows/c.yaml
vendored
|
@ -1,8 +1,6 @@
|
||||||
name: C
|
name: C
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches: "main"
|
|
||||||
jobs:
|
jobs:
|
||||||
runtests:
|
runtests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
4
.github/workflows/i386-linux-handwritten.yml
vendored
4
.github/workflows/i386-linux-handwritten.yml
vendored
|
@ -1,8 +1,6 @@
|
||||||
name: i386-linux-handwritten
|
name: i386-linux-handwritten
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches: "main"
|
|
||||||
jobs:
|
jobs:
|
||||||
runtests:
|
runtests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
4
.github/workflows/python.yaml
vendored
4
.github/workflows/python.yaml
vendored
|
@ -1,8 +1,6 @@
|
||||||
name: python
|
name: python
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches: "main"
|
|
||||||
jobs:
|
jobs:
|
||||||
runtests:
|
runtests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue