From b707e9687f44b879151f29ed7889fbf92170ba9f Mon Sep 17 00:00:00 2001 From: Longor1996 Date: Thu, 30 Nov 2023 18:56:28 +0100 Subject: [PATCH] change(deploy): enable automatic deploy ...now to wait 24h for the DNS to update properly. --- .github/workflows/webhost.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/webhost.yml b/.github/workflows/webhost.yml index 940a112..85adbc0 100644 --- a/.github/workflows/webhost.yml +++ b/.github/workflows/webhost.yml @@ -1,10 +1,10 @@ name: Voxel.Wiki Site Generation v2 on: - #push: - # branches: - # - main - #pull_request: + push: + branches: + - main + pull_request: workflow_dispatch: jobs: