mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-03-19 14:14:08 +00:00
ci: fix CI builds not running on PRs
This commit is contained in:
committed by
Eliza Weisman
parent
6fcdf94fef
commit
2736f594bd
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: CI
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request: {}
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
||||
Reference in New Issue
Block a user