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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
on: [push, pull_request]
|
||||
|
||||
concurrency:
|
||||
# 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