Skip to content

Commit

Permalink
Run macos CI on pull requests. (#3381)
Browse files Browse the repository at this point in the history
Previosuly ran weekly on main
  • Loading branch information
garth-wells authored Sep 11, 2024
1 parent ad40e35 commit f5eaea3
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
name: macOS build

on:
schedule:
# '*' is a special character in YAML, so string must be quoted
- cron: "0 4 * * WED"
pull_request:
branches:
- main
push:
branches:
- "main"
tags:
- "v*"
merge_group:
branches:
- main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit f5eaea3

Please sign in to comment.