Skip to content

Commit

Permalink
build: condition trigger (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Dec 22, 2024
1 parent da8a6fa commit ef3f3a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: CI

on:
pull_request:
paths:
- 'apps/**'
- 'packages/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
Empty file added packages/.gitkeep
Empty file.

0 comments on commit ef3f3a8

Please sign in to comment.