Run tests on pull request
This commit is contained in:
parent
e43993c6e5
commit
02663fad64
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: macOS
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Ubuntu
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user