Skip to content

Commit

Permalink
Fix change publish action branch from main to master (#59)
Browse files Browse the repository at this point in the history
* change branch name to master

* add changeset
  • Loading branch information
dale-french authored Feb 13, 2023
1 parent d037295 commit 849fc6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/great-coats-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'opticks': patch
---

:house: Fix GitHub publish action
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish
on:
push:
branches:
- 'main'
- 'master'

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit 849fc6b

Please sign in to comment.