Skip to content

Commit

Permalink
ci: make test and coverage run on every branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 24, 2024
1 parent fbf5e32 commit 974ed71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: check

on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: coverage

on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
Expand All @@ -16,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

env:
NODE_VERSION: '18'
NODE_VERSION: '20'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 974ed71

Please sign in to comment.