Skip to content

Commit e626934

Browse files
author
Val Brodsky
committed
Try to make this flow appear in github actions
1 parent 1659c0e commit e626934

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/lbox-publish.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: LBox Publish
22

33
on:
4-
workflow_dispatch:
5-
inputs:
6-
tag:
7-
description: 'Release Tag'
8-
required: true
4+
pull_request:
5+
branches: [develop]
6+
# workflow_dispatch:
7+
# inputs:
8+
# tag:
9+
# description: 'Release Tag'
10+
# required: true
911

1012
concurrency:
1113
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)