mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Add workflow_dispatch to ci
This commit is contained in:
parent
62c77ee459
commit
684e786f04
1
.github/workflows/apple.yml
vendored
1
.github/workflows/apple.yml
vendored
@ -3,6 +3,7 @@
|
|||||||
name: Apple (Expensive)
|
name: Apple (Expensive)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 17 * * 1'
|
- cron: '0 17 * * 1'
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Rust
|
name: Rust
|
||||||
|
|
||||||
on: [ push, pull_request ]
|
on: [ workflow_dispatch, push, pull_request ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-format:
|
check-format:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user