Skip to content

Commit

Permalink
ci: fix build check
Browse files Browse the repository at this point in the history
  • Loading branch information
mxgic1337 authored Jan 8, 2025
1 parent f511c70 commit 81a139f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
name: Build check
on:
push:
branches:
- '*'
- '*/*'
- '**'
- '!main'
pull_request:
on: [push, pull_request]

jobs:
build:
Expand All @@ -27,4 +20,4 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build extension
run: pnpm run build
run: pnpm run build

0 comments on commit 81a139f

Please sign in to comment.