ci: only run ci-macos on PRs (like ci-ubuntu/ci-windows) (#1511)

This commit is contained in:
Stephan Seitz 2023-02-20 02:51:44 -08:00 committed by GitHub
parent 7c073da2c1
commit bd81847c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,10 @@
name: CI MacOS
on: [push, pull_request]
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-11