ci: fallback to main

This commit is contained in:
Siddharth Gelera
2025-09-24 17:25:51 +05:30
parent e4f8945e89
commit 95a2ca9558

View File

@@ -35,7 +35,7 @@ jobs:
- name: Lint Check
run: npm run lint
env:
ESLINT_PLUGIN_DIFF_COMMIT: ${{ github.event.pull_request.base.ref }}
ESLINT_PLUGIN_DIFF_COMMIT: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || 'main' }}
# tests
- name: Test Package bruno-js