Skip to content

Commit

Permalink
fixing python.yml in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrachh committed Feb 20, 2024
1 parent 3d91d46 commit df4b43e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name: Python Build
on:
push:
branches:
- master
- main
tags:
- v*
- py_v*
pull_request:
branches:
- master
- main
workflow_dispatch

jobs:
Linux:
Expand Down

0 comments on commit df4b43e

Please sign in to comment.