We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a239810 commit c156182Copy full SHA for c156182
.github/workflows/deploy_static.yml
@@ -6,7 +6,7 @@ on:
6
push:
7
branches: ["main"]
8
paths:
9
- - static/**
+ - static/**
10
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
.github/workflows/publish_on_tag.yml
@@ -3,7 +3,7 @@ name: Release
3
on:
4
5
- tags: ['*']
+ tags: ["*"]
jobs:
publish:
@@ -33,4 +33,4 @@ jobs:
33
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
34
35
permissions:
36
- id-token: write
+ id-token: write
package.json
@@ -30,4 +30,4 @@
30
"typescript": "^5.7.2"
31
},
32
"repository": "git+https://github.com/web-platform-dx/baseline-browser-mapping.git"
-}
+}
0 commit comments