mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-21 11:50:04 +00:00
ci: only run ci-macos on PRs (like ci-ubuntu/ci-windows) (#1511)
This commit is contained in:
parent
7c073da2c1
commit
bd81847c98
5
.github/workflows/ci-macos.yml
vendored
5
.github/workflows/ci-macos.yml
vendored
@ -1,7 +1,10 @@
|
||||
|
||||
name: CI MacOS
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-11
|
||||
|
Loading…
Reference in New Issue
Block a user