We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ba67a commit 5f31d9cCopy full SHA for 5f31d9c
1 file changed
.github/workflows/o2-linter.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- name: Set branches
22
run: |
23
- if [[ "${{ github.event_name }}" == "push" ]]; then
+ if [[ "${{ github.event_name }}" == "push" || "${{ github.event_name }}" == "pull_request" ]]; then
24
branch_head="${{ github.ref }}"
25
branch_base="origin/${{ env.BRANCH_MAIN }}"
26
else
0 commit comments