Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josecastillolema authored Oct 26, 2023
1 parent bd9113c commit 79f177c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ name: Python application

on:
push:
branches: [ master ]
branches: [ "*" ]
paths-ignore:
- '**.md'
pull_request:
branches: [ master ]
branches: [ "*" ]
paths-ignore:
- '**.md'

jobs:
build:
Expand Down

0 comments on commit 79f177c

Please sign in to comment.