From dced8066f77f570dd3e396ec3570c71aa86c454e Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 26 Nov 2021 18:38:58 +0100 Subject: Read html from io::BufRead (#8) --- .github/workflows/test.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c94bcf2..175f3d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,10 @@ -on: [push, pull_request] +name: Rust -name: Continuous integration +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] jobs: check: -- cgit v1.2.3