ci: run checks on all branches

This commit is contained in:
Yujia Qiao 2022-03-08 22:24:08 +08:00 committed by GitHub
parent 4682581038
commit 5f1479b226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -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 }}.