Skip to content

Commit

Permalink
fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
yakisova41 committed Mar 30, 2024
1 parent 088d4cc commit 9d37f30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Code Check

on:
pull_request:
branches: [ main, develop ]
branches: [main, development]

jobs:
eslint:
Expand All @@ -22,8 +22,8 @@ jobs:
run: bun run lint

- name: Build
run: bun run build
run: bun run build

codecov:
runs-on: ubuntu-latest
name: codecov
Expand Down

0 comments on commit 9d37f30

Please sign in to comment.