Skip to content

Commit 795f218

Browse files
committed
Run python-app workflow on pushes and PRs to develop branch
1 parent 50a8bd3 commit 795f218

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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: [ "listOfMed" ]
8+
branches: [ "develop" ]
99
pull_request:
10-
branches: [ "listOfMed" ]
10+
branches: [ "develop" ]
1111

1212
permissions:
1313
contents: read

0 commit comments

Comments
 (0)