mirror of https://github.com/rapiz1/rathole.git
ci: run checks on all branches
This commit is contained in:
parent
4682581038
commit
5f1479b226
|
@ -1,10 +1,6 @@
|
||||||
name: Rust
|
name: Rust
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
pull_request:
|
|
||||||
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