Skip to content

Commit

Permalink
Merge branch 'main' into develop.
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt committed Feb 24, 2025
2 parents 2547eae + b5fb6f4 commit 95a9664
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- '.github/workflows/e2e-tests.yml'
- '.babelrc'
- 'assets/**'
- 'blocks/**'
- 'includes/**'
- '/*.php'
- 'jest-puppeteer.config.js'
Expand Down Expand Up @@ -46,6 +47,7 @@ on:
- '.github/workflows/e2e-tests.yml'
- '.babelrc'
- 'assets/**'
- 'blocks/**'
- 'includes/**'
- '/*.php'
- 'jest-puppeteer.config.js'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- '!assets/**/__tests__/**/*.js'
- '!assets/**/test/*.js'
- '!assets/**/*.test.js'
- 'blocks/**'
- '.storybook/**'
- '**.scss'
- '.nvmrc'
Expand All @@ -29,6 +30,7 @@ on:
- '!assets/**/__tests__/**/*.js'
- '!assets/**/test/*.js'
- '!assets/**/*.test.js'
- 'blocks/**'
- '.storybook/**'
- '**.scss'
- '.nvmrc'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/visual-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- '!assets/**/__tests__/**/*.js'
- '!assets/**/test/*.js'
- '!assets/**/*.test.js'
- 'blocks/**'
- '**.stories.js'
- 'tests/backstop/**'
- '.storybook/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/zips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- '!assets/**/__tests__/**/*.js'
- '!assets/**/test/*.js'
- '!assets/**/*.test.js'
- 'blocks/**'
- 'includes/**'
- 'google-site-kit.php'
- 'scoper.inc.php'
Expand All @@ -41,6 +42,7 @@ on:
- '!assets/**/__tests__/**/*.js'
- '!assets/**/test/*.js'
- '!assets/**/*.test.js'
- 'blocks/**'
- 'includes/**'
- 'google-site-kit.php'
- 'scoper.inc.php'
Expand Down
1 change: 1 addition & 0 deletions blocks/sign-in-with-google/editor-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@

.googlesitekit-blocks-sign-in-with-google {
max-width: 180px;
min-width: 120px;
}

0 comments on commit 95a9664

Please sign in to comment.