mirror of
https://github.com/nineties/planckforth
synced 2025-01-13 08:01:10 +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
|
||||
|
||||
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