Also run CI workflows on pull requests
This commit is contained in:
parent
bd8b4e8a17
commit
bf2076840e
|
|
@ -1,6 +1,6 @@
|
|||
name: C CI
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
ubuntu16:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: Java CI
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in New Issue