Skip to content

Commit

Permalink
Revert "chore: dont run CI job when working on website (#608)" (#730)
Browse files Browse the repository at this point in the history
This reverts commit f00b23a.
  • Loading branch information
jbroma authored Sep 3, 2024
1 parent bf45716 commit 014a981
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,16 @@ name: Test

on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "website/**"
branches: [main]
pull_request:
paths-ignore:
- "**/*.md"
- "website/**"
workflow_dispatch:

jobs:
verify:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: ["18", "20", "22.4.1"]
node_version: ['18', '20', '22']
os: [ubuntu-latest]

steps:
Expand All @@ -29,7 +22,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
cache: "pnpm"
cache: 'pnpm'

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 014a981

Please sign in to comment.