Add manual and cron triggers to Safari build
This commit is contained in:
4
.github/workflows/safari.yml
vendored
4
.github/workflows/safari.yml
vendored
@@ -3,7 +3,9 @@ name: Test in latest available Safari
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user