Update ci.yml
This commit is contained in:
parent
dc306ba199
commit
20f203cb57
|
|
@ -1,12 +1,15 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags: ["v*"]
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '*.md'
|
||||
- '.github/**'
|
||||
- 'README.md'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
RUSTFLAGS: -Dwarnings
|
||||
|
|
|
|||
Loading…
Reference in New Issue