From 57ae8db6cd8eec78b51872e256ec52854269469d Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Thu, 29 Jun 2023 23:34:51 +0200 Subject: [PATCH] Rename ci.yml workflow into test.yml This workflow includes tests and it looks better on GH actions UI if we use this name. --- .github/workflows/{ci.yml => test.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{ci.yml => test.yml} (99%) diff --git a/.github/workflows/ci.yml b/.github/workflows/test.yml similarity index 99% rename from .github/workflows/ci.yml rename to .github/workflows/test.yml index c4592d7f85..8e716fefab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: CI +name: Test on: [push, pull_request]