Skip to content

Commit

Permalink
DEV: reset workflows and upstream URLs to main discourse fork, and he…
Browse files Browse the repository at this point in the history
…ad branches
  • Loading branch information
featheredtoast committed May 23, 2024
1 parent 0e89de1 commit a9a40e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/launcher_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [created]
push:
branches:
- launcher2-dev
- main
pull_request: {}

jobs:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
working-directory: ./launcher_go/v2

build_latest:
if: github.event_name == 'push' && github.ref == 'refs/heads/launcher2-dev'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
permissions:
contents: write
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion launcher_go/v2/cli_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"strings"
)

const upstreamUrl = "https://github.com/featheredtoast/discourse_docker"
const upstreamUrl = "https://github.com/discourse/discourse_docker"

type CliUpgrade struct {
Version string `default:"latest" name:"target-version" short:"v" help:"upgrade to a specific version of launcher"`
Expand Down

0 comments on commit a9a40e0

Please sign in to comment.