Skip to content

Commit 2440d3f

Browse files
committed
add input to pr trigger
1 parent 7e286ac commit 2440d3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-bed.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- '!main'
77
pull_request:
88
branches: [ main ]
9+
inputs:
10+
disabled-feature-branches:
11+
description: This is here for testing purposes only
12+
default: "feat-1-main"
913
workflow_dispatch:
1014
inputs:
1115
disabled-feature-branches:

0 commit comments

Comments
 (0)