Skip to content

Commit

Permalink
chore: Update codecheck workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haejunejung committed Aug 16, 2024
1 parent 58f4310 commit baaaa51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codechecks.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'codechecks'
on:
pull_request:
types: [opened, ready_for_review]
types: [opened, ready_for_review, synchronize, reopened]
branches:
- 'main'

Expand All @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- name: yarn
run: |
yarn install --frozen-lockfile
yarn install --immutable
npx codechecks
env:
CC_SECRET: ${{ secrets.CC_SECRET }}

0 comments on commit baaaa51

Please sign in to comment.