Skip to content

Commit 7c51220

Browse files
committed
Updated to work on PRs to master, for any file/dir.
1 parent dac03fd commit 7c51220

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/develop.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@ name: CI/CD Pipeline
88

99
on:
1010
# Execute on pushes to master branch.
11-
push:
11+
pull_request:
1212
branches:
1313
- master
14-
# The push must include changes to Scenarios.
15-
paths:
16-
- "Scenarios/**"
1714

1815
jobs:
1916
CICD:

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# HealthBotEngFundBot
22

33
Software engineering fundamentals for the HealthBot.
4-
5-
Test.

Scenarios/COVID-19 Assessment.scenario.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"yLocation": 60,
1818
"next": "cace401dfe02-61d5f27faaca275a-bb18"
1919
},
20-
"text": "CMayo TEST 202004151103 - Hi, I'm here to guide you through the Coronavirus Assessment Tool.\r\n\r\nIf you're experiencing a life- or limb-threatening emergency, call [911](tel:911) or the number for your local emergency service.\r\n\r\nI'm not a substitute for professional medical advice, diagnosis, or treatment. Always consult a medical professional for serious symptoms or emergencies.",
20+
"text": "CMayo TEST 202004151118 - Hi, I'm here to guide you through the Coronavirus Assessment Tool.\r\n\r\nIf you're experiencing a life- or limb-threatening emergency, call [911](tel:911) or the number for your local emergency service.\r\n\r\nI'm not a substitute for professional medical advice, diagnosis, or treatment. Always consult a medical professional for serious symptoms or emergencies.",
2121
"stringId": "stringId_662d3805ed38d310",
2222
"label": "Welcome"
2323
},

0 commit comments

Comments
 (0)