Skip to content

Commit

Permalink
run on PR, make a change in respec for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Mar 31, 2021
1 parent 9c2c914 commit 4aff5e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/regressions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Regressions
on: workflow_dispatch
on:
workflow_dispatch: {}
pull_request: {}

env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 1
Expand Down
2 changes: 1 addition & 1 deletion src/core/caniuse.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export async function run(conf) {
return html`<a href="${featureURL}">caniuse.com</a>`;
}
})();
const definitionPair = html`<dt class="caniuse-title">Browser support:</dt>
const definitionPair = html`<dt class="caniuse-title">Browsers support:</dt>
<dd class="caniuse-stats">
${{
any: contentPromise,
Expand Down

0 comments on commit 4aff5e7

Please sign in to comment.