From 3c8e9d0bb98ba5dd76d64a16db4fc05c1608ebee Mon Sep 17 00:00:00 2001 From: Viktor Persson Date: Fri, 16 Feb 2024 21:34:17 +0100 Subject: [PATCH] Deploy only master branch. --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 33a899a..ddd3acd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Deploy on: push: - # branches: [master] + branches: [ master ] # Allows you to run this workflow manually from the Actions tab on GitHub. workflow_dispatch: