Skip to content

Commit

Permalink
Switch action to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 20, 2023
1 parent 8f46246 commit aed3559
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
Expand Down

0 comments on commit aed3559

Please sign in to comment.