From 69c50639ef3c84369871194c68cc90b0308a9886 Mon Sep 17 00:00:00 2001 From: shufo Date: Thu, 4 Feb 2021 01:49:43 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20change=20workflow=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 69f598c5..59f100ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,8 @@ -name: Test +name: CI on: [push] jobs: test: - name: Test + name: CI strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest]