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