Skip to content

Commit

Permalink
ci(workflow): run workflow on all prs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnbrown authored Jun 1, 2024
1 parent 82c4ae3 commit d9480af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: Python Lint/Test

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: *
workflow_dispatch:

permissions:
Expand Down

0 comments on commit d9480af

Please sign in to comment.