From 8a7397efd359e89b7ae4182923548d42010f741c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Stenstr=C3=B6m?= Date: Fri, 5 Feb 2021 23:34:52 +0100 Subject: [PATCH] Rename index to tests to make intention clear. --- .github/workflows/{index.yml => tests.yml} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename .github/workflows/{index.yml => tests.yml} (92%) diff --git a/.github/workflows/index.yml b/.github/workflows/tests.yml similarity index 92% rename from .github/workflows/index.yml rename to .github/workflows/tests.yml index 8c7af12c..2f896822 100644 --- a/.github/workflows/index.yml +++ b/.github/workflows/tests.yml @@ -1,9 +1,6 @@ name: Build -on: - push: - pull_request: - workflow_dispatch: +on: [push, pull_request, workflow_dispatch] jobs: build: