Skip to content

Commit

Permalink
chore: github workflow publication action (#147)
Browse files Browse the repository at this point in the history
`main` is the primary branch now; formal npm releases will be handled through a release process, and every merge to main to will trigger a pre-release as previously happened on `dev`.
<!-- ELLIPSIS_HIDDEN -->

----

> [!IMPORTANT]
> Change branch trigger in GitHub workflow from `dev` to `main` for npm pre-releases.
> 
>   - **GitHub Workflow**:
>     - Change branch trigger in `.github/workflows/npm-publish.yml` from `dev` to `main` for npm pre-releases.
> 
> <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=nomic-ai/deepscatter#147)<sup> for 738ed13. It will automatically update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->
  • Loading branch information
bmschmidt authored Sep 20, 2024
1 parent 00ccb8b commit 8f67942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish @next release to npm
on:
push:
branches:
- dev
- main

permissions:
contents: write
Expand Down

0 comments on commit 8f67942

Please sign in to comment.