Skip to content

Commit

Permalink
Merge pull request #1686 from authts/chore-2
Browse files Browse the repository at this point in the history
make sure CI runs on branch release/v2
  • Loading branch information
pamapa authored Oct 2, 2024
2 parents be2eb70 + 9c8a887 commit 5de05ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [main]
branches: [release/v2]
pull_request:

jobs:
Expand All @@ -25,7 +25,7 @@ jobs:
key: build-${{ github.head_ref }}-${{ github.sha }}
restore-keys: |
build-${{ github.head_ref }}-
build-refs/heads/main-
build-refs/heads/release/v2-
- run: npm ci
- run: npm pack --dry-run
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
key: test-${{ github.head_ref }}-${{ github.sha }}
restore-keys: |
test-${{ github.head_ref }}-
test-refs/heads/main-
test-refs/heads/release/v2-
- run: npm ci
- run: npm run lint
Expand Down

0 comments on commit 5de05ea

Please sign in to comment.