Only run checks for branches
All checks were successful
/ check (aarch64-unknown-linux-musl) (push) Successful in 16s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 13s
/ check (x86_64-unknown-linux-musl) (push) Successful in 13s
/ tests (push) Successful in 20s
/ clippy (push) Successful in 10s

This commit is contained in:
asonix 2024-02-12 13:36:16 -06:00
parent 4c26e90871
commit 6d5e171e25

View file

@ -1,5 +1,7 @@
on:
push:
branches:
- '*'
pull_request:
branches:
- main