Skip to content

Commit

Permalink
chore: add input to build-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Nov 20, 2023
1 parent 75d0019 commit b729005
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ on:
base_ref:
description: The base branch to merge the head into when checking out the code
required: false
prNumber:
description: reference to the PR
required: false

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name != 'develop' && github.ref || github.run_id }}
Expand Down

0 comments on commit b729005

Please sign in to comment.