mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Allow for manually triggering CI
This commit is contained in:
parent
6692284597
commit
2d6d4a4e31
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
env:
|
||||
GALLIUM_DRIVER: llvmpipe # Use Mesa 3D software OpenGL renderer
|
||||
|
Loading…
Reference in New Issue
Block a user