Skip to content

Commit c156182

Browse files
committed
code cleanup
1 parent a239810 commit c156182

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy_static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
branches: ["main"]
88
paths:
9-
- static/**
9+
- static/**
1010

1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:

.github/workflows/publish_on_tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
workflow_dispatch:
55
push:
6-
tags: ['*']
6+
tags: ["*"]
77

88
jobs:
99
publish:
@@ -33,4 +33,4 @@ jobs:
3333
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3434

3535
permissions:
36-
id-token: write
36+
id-token: write

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
"typescript": "^5.7.2"
3131
},
3232
"repository": "git+https://github.com/web-platform-dx/baseline-browser-mapping.git"
33-
}
33+
}

0 commit comments

Comments
 (0)