From 0099f2296c6dc54f9aa74864f4c6e0f2a39ff453 Mon Sep 17 00:00:00 2001 From: Daniel Barton Date: Tue, 17 Dec 2024 06:49:46 +0800 Subject: [PATCH] Update websync.yml --- .github/workflows/websync.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/websync.yml b/.github/workflows/websync.yml index 5bf87d9..f987df1 100644 --- a/.github/workflows/websync.yml +++ b/.github/workflows/websync.yml @@ -1,15 +1,12 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Web Sync Push # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the "main" branch - #push: - # branches: [ "main" ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: + push: + branches: [ "main" ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: