From 90dac4022ace4b593e60c1e1b36834594015eb03 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 14 Jun 2020 15:24:58 +0100 Subject: [PATCH] Rename main.yml to docker.yml I'll attempt to switch over from Travis CI to GitHub actions completely, so "main" is not the best naming choice. --- .github/workflows/{main.yml => docker.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{main.yml => docker.yml} (100%) diff --git a/.github/workflows/main.yml b/.github/workflows/docker.yml similarity index 100% rename from .github/workflows/main.yml rename to .github/workflows/docker.yml