From aed35594abaec7d2dc7a0dae0fa64c8cc40269eb Mon Sep 17 00:00:00 2001 From: charles Date: Wed, 20 Sep 2023 08:57:37 +0200 Subject: [PATCH] Switch action to main branch --- .github/workflows/go.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1a82240..027fefa 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,9 +6,7 @@ name: Build NPM, Go and touch @artifacts branch on: workflow_dispatch: push: - branches: [ "webview-relaunch", "main" ] -# pull_request: -# branches: [ "webview-relaunch" ] + branches: [ "main" ] jobs: @@ -17,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: webview-relaunch + ref: main - name: Set up Go uses: actions/setup-go@v3