Skip to content

Commit

Permalink
chore: update ci scripts to run against develop (#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge authored Feb 26, 2024
1 parent 8abc370 commit 6076144
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- main
- develop

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
pull_request:
push:
branches:
- main
- develop

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'scripts/**'
push:
branches:
- main
- develop
paths:
- '.github/workflows/install.yml'
- 'package.json'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release (Beta)
on:
push:
branches:
- main
- develop
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
with:
go-version-file: go.mod
cache: true
- run: go run tools/publish/main.go --beta "${GITHUB_REF_NAME#v}"
- run: go run tools/publish/main.go --beta "${{ needs.release.outputs.new-release-version }}"
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

Expand Down

0 comments on commit 6076144

Please sign in to comment.