From f137bb58c6807e98d736980b57fe8ddfc1c20c61 Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Sun, 22 Nov 2020 15:08:34 +0100 Subject: [PATCH] Updated publish.yml --- .github/workflows/publish.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 21efa33..1f3191f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,5 +1,8 @@ -on: push - branch: ["master"] +name: "publish" + +on: + push: + branches: [master] jobs: publish: