mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +03:00
ci(actions): add running on pull_requests
This commit is contained in:
parent
ef37241236
commit
b9e6878a0e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -1,7 +1,6 @@
|
|||
name: Build images
|
||||
|
||||
on:
|
||||
push:
|
||||
on: [push, pull_request]
|
||||
|
||||
env:
|
||||
BASE_IMAGE_NAME: openvk
|
||||
|
|
Loading…
Reference in a new issue