Skip to content

Commit bcfdec5

Browse files
authored
add dev branches to pytest
1 parent 81dabbf commit bcfdec5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# This workflow will install Python dependencies, run tests and lint with a single version of Python
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: Python application
4+
name: Teapot.py
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches:
9+
- master
910
pull_request:
10-
branches: [ master ]
11+
branches:
12+
- master
13+
- dev
14+
1115

1216
jobs:
1317
build:

0 commit comments

Comments
 (0)