Skip to content

Commit

Permalink
ci: only run ci on workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
RaunoT authored Jul 18, 2024
1 parent 0d53f70 commit ff2752c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: CI

on:
pull_request:
branches:
- '*'
workflow_dispatch:

jobs:
ci:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ jobs:
pnpm lint:css
pnpm lint:types
pnpm format:check
- name: Build
run: pnpm build

0 comments on commit ff2752c

Please sign in to comment.