Skip to content

Commit

Permalink
Rebuild all assets
Browse files Browse the repository at this point in the history
Fix #15726
  • Loading branch information
MikeAlhayek committed Apr 16, 2024
1 parent 03c6cba commit 1b4a7fd
Show file tree
Hide file tree
Showing 8 changed files with 1,962 additions and 1,952 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/assets_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ name: Frontend Assets Build Validation
on:
# Manual trigger.
workflow_dispatch:
push:
paths-ignore:
- '**/*.md'
- 'mkdocs.yml'
- 'src/docs/**/*'
branches: [ main ]
pull_request:
branches: [ main, release/** ]
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test-npm-build:
name: Test building assets
Expand Down
Loading

0 comments on commit 1b4a7fd

Please sign in to comment.