Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Github Actions Added to Block PRs from fork/main branch #2296

Merged
merged 10 commits into from
May 5, 2024
3 changes: 3 additions & 0 deletions .github/workflows/lint-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ jobs:
run: yarn run depcheck
- run: yarn lint
- run: yarn build
- name: Ensure PR is not on main branch
uses: jaegertracing/jaeger/.github/actions/block-pr-not-on-main@main