aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-10-29 11:32:19 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-10-29 11:32:19 -0500
commit1785dd31dbdecd18d6e50f29146b7dd0974b1a4b (patch)
tree13298b3199ad1b3a4aff734b55161add1b7b9c28
parentMake JSR less upset and add a README (diff)
downloadlocusts-1785dd31dbdecd18d6e50f29146b7dd0974b1a4b.tar
locusts-1785dd31dbdecd18d6e50f29146b7dd0974b1a4b.tar.gz
locusts-1785dd31dbdecd18d6e50f29146b7dd0974b1a4b.tar.bz2
locusts-1785dd31dbdecd18d6e50f29146b7dd0974b1a4b.tar.lz
locusts-1785dd31dbdecd18d6e50f29146b7dd0974b1a4b.tar.xz
locusts-1785dd31dbdecd18d6e50f29146b7dd0974b1a4b.tar.zst
locusts-1785dd31dbdecd18d6e50f29146b7dd0974b1a4b.zip
ci: use correct changeset and fix typo
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r--.changeset/config.json2
-rw-r--r--.github/workflows/deno.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.changeset/config.json b/.changeset/config.json
index ca6a808..5bf6a01 100644
--- a/.changeset/config.json
+++ b/.changeset/config.json
@@ -5,7 +5,7 @@
"fixed": [],
"linked": [],
"access": "restricted",
- "baseBranch": "main",
+ "baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": [],
"privatePackages": {
diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml
index a87df4b..357000b 100644
--- a/.github/workflows/deno.yml
+++ b/.github/workflows/deno.yml
@@ -3,12 +3,12 @@ name: Deno
on:
push:
paths:
- - "src/packges/locusts/mod.ts"
+ - "src/packages/locusts/mod.ts"
- "**/deno.json"
- ".github/workflows/deno.yml"
pull_request:
paths:
- - "src/packges/locusts/mod.ts"
+ - "src/packages/locusts/mod.ts"
- "**/deno.json"
- ".github/workflows/deno.yml"