Skip to content

Commit

Permalink
Merge pull request #23682 from Expensify/jpersaud_299601
Browse files Browse the repository at this point in the history
Add workflow_dispatch for testing OS Botify App
  • Loading branch information
roryabraham authored Jul 26, 2023
2 parents 173b58e + 6cefb13 commit 0d876a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/createNewVersion.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Create new version

on:
workflow_dispatch:
inputs:
SEMVER_LEVEL:
description: One of {BUILD, PATCH, MINOR, MAJOR}
required: true
default: BUILD
type: string

workflow_call:
inputs:
SEMVER_LEVEL:
Expand Down

0 comments on commit 0d876a4

Please sign in to comment.