Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vchernoy authored Dec 7, 2023
1 parent 9ed0852 commit 8d9b07e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ name: Python application

on:
push:
branches: [ "master" ]
branches:
- main
pull_request:
branches: [ "master" ]
branches:
- main
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 8d9b07e

Please sign in to comment.