Skip to content

Commit

Permalink
fix(workflow): Request CI build only when review is required (#227)
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <cegao@tensorchord.ai>
  • Loading branch information
gaocegege authored Jun 1, 2022
1 parent 8e1e498 commit f62355f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ on:
push:
branches:
- main
paths:
- '.github/workflows/**'
- 'cmd/**'
- 'pkg/**'
- 'Makefile'
pull_request:
types: [review_requested, ready_for_review]
paths:
- '.github/workflows/**'
- 'cmd/**'
- 'pkg/**'
- 'Makefile'
branches:
- main

Expand Down

0 comments on commit f62355f

Please sign in to comment.