Merge pull request #2 from nineties/change_actions_trigger

Change trigger of runtests
This commit is contained in:
Koichi NAKAMURA 2021-01-16 11:06:06 +09:00 committed by GitHub
commit 3d2d523605
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
name: C
on:
push:
pull_request:
jobs:
runtests:
runs-on: ubuntu-latest

View file

@ -1,7 +1,7 @@
name: i386-linux-handwritten
on:
push:
pull_request:
jobs:
runtests:
runs-on: ubuntu-latest

View file

@ -1,7 +1,7 @@
name: python
on:
push:
pull_request:
jobs:
runtests:
runs-on: ubuntu-latest