Skip to content

Commit

Permalink
Fix publishing and default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod committed Oct 17, 2024
1 parent f65fb17 commit 8b5866b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Release

on:
pull_request:
push:
branches: ["master"]
branches: ["main"]

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests
on:
pull_request:
push:
branches: ["master"]
branches: ["main"]

jobs:
test:
Expand Down
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b5866b

Please sign in to comment.