Skip to content

Commit

Permalink
Fix publishing and default branch (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod authored Oct 17, 2024
1 parent f65fb17 commit 808a0a9
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.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "build/cjs/url-parser.js",
"module": "build/es6/url-parser.js",
"types": "build/types/url-parser.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"build"
Expand Down

0 comments on commit 808a0a9

Please sign in to comment.