mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-10 02:41:47 +00:00
CI: Enable manually running CI on PR's
Disabling CI from automatic starting on PR's doesn't mean there is a big button to manually do it. Seems this should add a big button.
This commit is contained in:
parent
d5d2d6d15e
commit
470ad2c980
2
.github/workflows/ci_build.yml
vendored
2
.github/workflows/ci_build.yml
vendored
@ -18,7 +18,7 @@
|
||||
|
||||
name: CI Build
|
||||
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
linux-build:
|
||||
|
Loading…
Reference in New Issue
Block a user