Merge pull request #20 from nekowinston/main

pull/22/head
Hamothy 2 years ago committed by GitHub
commit 92a15b6906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,13 @@ on:
push: push:
branches: branches:
- '**' - '**'
paths:
- '**/*.rs'
- '**/*.toml'
pull_request: pull_request:
paths:
- '**/*.rs'
- '**/*.toml'
jobs: jobs:
install-cross: install-cross:
@ -107,4 +113,4 @@ jobs:
target: target:
# Linux # Linux
- x86_64-unknown-linux-gnu - x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl - x86_64-unknown-linux-musl

Loading…
Cancel
Save