mirror of
https://github.com/nineties/planckforth
synced 2025-01-14 08:01:27 +01:00
Merge pull request #2 from nineties/change_actions_trigger
Change trigger of runtests
This commit is contained in:
commit
3d2d523605
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
|
name: C
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
pull_request:
|
||||||
jobs:
|
jobs:
|
||||||
runtests:
|
runtests:
|
||||||
runs-on: ubuntu-latest
|
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
|
name: i386-linux-handwritten
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
pull_request:
|
||||||
jobs:
|
jobs:
|
||||||
runtests:
|
runtests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
2
.github/workflows/python.yaml
vendored
2
.github/workflows/python.yaml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: python
|
name: python
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
pull_request:
|
||||||
jobs:
|
jobs:
|
||||||
runtests:
|
runtests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue