Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
add development testing
  • Loading branch information
danieltsoukup authored Jan 13, 2024
1 parent 84fc01b commit 7c7ace6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python application
name: Pytest and Linting

on:
push:
branches: [ "main" ]
branches: [ "main", "development" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "development" ]

permissions:
contents: read
Expand Down

0 comments on commit 7c7ace6

Please sign in to comment.