Skip to content

Commit

Permalink
ci(pr): check pull request branch
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis committed Dec 4, 2024
1 parent 6d2d8d7 commit 214a329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
token: ${{ steps.generate_token.outputs.token }}
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
if: github.ref != 'refs/heads/master'
- name: Run sonar
run: echo ${{ github.event.pull_request.head.ref }}

- name: Verify Conventional Commits
uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
Expand Down

0 comments on commit 214a329

Please sign in to comment.