ci: add workflow_dispatch event to visionos workflow

This commit is contained in:
Anonymous Maarten
2023-08-09 16:12:29 +02:00
parent 9be9e2292b
commit ac094d00f5

View File

@@ -2,6 +2,7 @@ name: Build (visionOS)
# FIXME: CMake 3.28 is not yet available on the github runner
# on: [push, pull_request]
on: workflow_dispatch: # FIXME: remove this event once cmake 3.28 is released
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}