mirror of https://github.com/rapiz1/rathole.git
ci: fix duplicated checks
This commit is contained in:
parent
5f1479b226
commit
702f6ac10a
|
@ -1,6 +1,10 @@
|
||||||
name: Rust
|
name: Rust
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches: ["*"]
|
||||||
|
push:
|
||||||
|
branches: ["main"]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
# Documentation suggests ${{ github.head_ref }}, but that's only available on pull_request/pull_request_target triggers, so using ${{ github.ref }}.
|
# Documentation suggests ${{ github.head_ref }}, but that's only available on pull_request/pull_request_target triggers, so using ${{ github.ref }}.
|
||||||
|
|
Loading…
Reference in New Issue