mirror of
https://github.com/openvk/openvk
synced 2025-04-19 22:53:06 +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
|
name: Build images
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BASE_IMAGE_NAME: openvk
|
BASE_IMAGE_NAME: openvk
|
||||||
|
|
Loading…
Reference in a new issue