Skip to content

Commit

Permalink
make steam-deploy callable from other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Apr 17, 2024
1 parent cacd708 commit 0b83b0b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/steam-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
tags:
- '*-r*'

workflow_dispatch:
inputs:
version:
Expand All @@ -16,6 +15,14 @@ on:
type: string
required: true
default: staging
workflow_call:
inputs:
version:
type: string
required: true
steam_branch:
type: string
required: true

jobs:
depot-common:
Expand Down

0 comments on commit 0b83b0b

Please sign in to comment.