Skip to content

Commit c944b2e

Browse files
committed
Run lint only on pull requests
1 parent 548f650 commit c944b2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
base-path: packages/protoc-gen-nexus
2424

2525
lint:
26+
if: github.event_name == 'pull_request'
2627
runs-on: ubuntu-latest
2728
steps:
2829
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)