Skip to content

Commit

Permalink
set pull request to main
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamrch committed Nov 29, 2023
1 parent c7aae2e commit f3f0692
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

name: Review app on pull request

on:
pull_request:
branches: main

env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

on:
pull_request:
branches: ${{ env.BRANCH_NAME }}
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

Expand Down

0 comments on commit f3f0692

Please sign in to comment.