Skip to content

Commit 0f328bc

Browse files
committed
Try
1 parent ceef987 commit 0f328bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Python application
55

66
on:
77
push:
8-
branches: [ "main" ]
8+
branches: [ "main", "AddQueryStringForInitialPrompting" ]
99
pull_request:
10-
branches: [ "main" ]
10+
branches: [ "main", "AddQueryStringForInitialPrompting" ]
1111

1212
permissions:
1313
contents: read

.github/workflows/sample-app-github-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
push:
99
branches:
1010
- main
11+
- AddQueryStringForInitialPrompting
1112
workflow_dispatch:
1213

1314
jobs:

0 commit comments

Comments
 (0)