Skip to content

Commit

Permalink
main to master
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmarHalees committed Dec 15, 2023
1 parent 37f6953 commit 628bf6e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}
5 changes: 5 additions & 0 deletions .changeset/ninety-kings-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"onsubmit": patch
---

initial
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:
workflow_run:
workflows: [CI]
branches: [main]
branches: [master]
types: [completed]

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

0 comments on commit 628bf6e

Please sign in to comment.