Skip to content

Commit 97bd840

Browse files
Release build 4.9.0 [ci release]
1 parent 4cf45f7 commit 97bd840

File tree

38 files changed

+5916
-1015
lines changed

38 files changed

+5916
-1015
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ Sources/ContentScopeScripts/dist/
55
integration-test/extension/contentScope.js
66
integration-test/pages/build
77
packages/special-pages/pages/**/public
8+
unit-test/script-overload-snapshots/

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Test
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
48

59
jobs:
610
unit:

CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ inject/chrome.js @jonathanKingston @sammacbeth
1414
inject/windows.js @jonathanKingston @q71114 @szanto90balazs
1515

1616
# Test owners
17-
integration-tests/test-pages/ @kdzwinel @jonathanKingston
17+
integration-tests/test-pages/ @kdzwinel @jonathanKingston
18+
unit-tests/script-overload-snapshots/ @shakyShane @jonathanKingston @englehardt

0 commit comments

Comments
 (0)