Skip to content

Commit 96b845f

Browse files
authored
Merge pull request #174 from AndrewCS149/testWorkflow
testWorkflow
2 parents f183527 + efbef3d commit 96b845f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/staging.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Deploy to Staging
22

3-
on:
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
input:
7+
required: false
48
push:
59
branches:
610
- staging

0 commit comments

Comments
 (0)