mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Update rust.yml
This commit is contained in:
parent
0b9e9ecf57
commit
89106d11aa
1 changed files with 6 additions and 1 deletions
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
|
|
@ -1,4 +1,9 @@
|
|||
on: [push, pull_request]
|
||||
name: CI
|
||||
on:
|
||||
repository_dispatch:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
|
|||
Loading…
Reference in a new issue