Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV_DOCS: Remove hardcoded default branch names #1687

Merged
merged 2 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
type: string
jobs:
run:
if: github.ref == github.event.repository.default_branch
uses: ./.github/workflows/ci.yaml
secrets: inherit
with:
Expand Down
7 changes: 3 additions & 4 deletions docs/contribute/DEV_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,10 @@ Versions for this project, Augur, from 3.0.0 onwards aim to follow the

1. Go to [this GitHub Actions workflow](https://github.com/nextstrain/augur/actions/workflows/release.yaml).
2. Select **Run workflow**. In the new menu:
1. Ensure `master` branch is selected.
2. In **New version X.X.X**, provide the new version number.
3. Select **Run workflow**.
1. In **New version X.X.X**, provide the new version number.
2. Select **Run workflow**.
3. Ensure workflow runs successfully.
- Ensure the [docker-base CI action triggered by nextstrain-bot](https://github.com/nextstrain/docker-base/actions/workflows/ci.yml?query=branch%3Amaster+actor%3Anextstrain-bot) runs successfully.
- Ensure the [docker-base CI action triggered by nextstrain-bot](https://github.com/nextstrain/docker-base/actions/workflows/ci.yml?query=actor%3Anextstrain-bot) runs successfully.

##### 4. Update on Bioconda

Expand Down
Loading