Skip to content

Commit

Permalink
run CI for app development on pull_request event
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Nov 15, 2024
1 parent b5df52c commit 03c0a0d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ on:
- apps/app/**
- '!apps/app/docker/**'
- packages/**
pull_request:
types: [opened, reopened, synchronize]
paths:
- .github/mergify.yml
- .github/workflows/ci-app.yml
- .eslint*
- tsconfig.base.json
- turbo.json
- pnpm-lock.yaml
- package.json
- apps/app/**
- '!apps/app/docker/**'
- packages/**

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 03c0a0d

Please sign in to comment.