Skip to content

Commit

Permalink
Merge branch 'mini' into browser
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsd-harry committed Jul 9, 2024
2 parents 897d76c + 1891a28 commit 63a5f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ module.exports = {
'no-restricted-globals': [
2,
'print',
'escape',
'close',
'closed',
'constructor',
'escape',
'length',
'name',
'open',
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
push:
branches: ["browser"]
paths:
- 'index.html'
- '*.html'
- 'extensions/dist/*.js'
- 'extensions/*.css'
- 'bundle/bundle.min.js'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 63a5f54

Please sign in to comment.