Skip to content

Commit

Permalink
chore: Enable CI for PRs (#319)
Browse files Browse the repository at this point in the history
* chore: Enable CI for PRs

Signed-off-by: Ce Gao <[email protected]>

* fix: Revert

Signed-off-by: Ce Gao <[email protected]>

* fix: Remove branch selection

Signed-off-by: Ce Gao <[email protected]>

* fix: Remove ready to review

Signed-off-by: Ce Gao <[email protected]>
  • Loading branch information
gaocegege authored Jun 14, 2022
1 parent 75eda00 commit d6a8140
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ on:
- 'Makefile'
- 'go.**'
pull_request:
types: [ready_for_review]
paths:
- '.github/workflows/**'
- '**.go'
- 'Makefile'
- 'go.**'
branches:
- main

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

0 comments on commit d6a8140

Please sign in to comment.