Also run CI workflows on pull requests

This commit is contained in:
Jochen Topf 2021-01-03 21:04:26 +01:00
parent bd8b4e8a17
commit bf2076840e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: C CI
on: [push]
on: [push, pull_request]
jobs:
ubuntu16:

View File

@ -1,6 +1,6 @@
name: Java CI
on: [push]
on: [push, pull_request]
jobs:
build: