Execute GitHub action on pull requests too
This commit is contained in:
parent
e02edbacf4
commit
cc5262b10f
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