mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-03-12 17:53:54 +00:00
Execute GitHub action on pull requests too
This commit is contained in:
parent
e02edbacf4
commit
cc5262b10f
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue