Skip to content

Commit

Permalink
Adding branch qualifiers to poetry build jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapericlp committed Mar 23, 2024
1 parent f9ebb55 commit 34cf96a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Poetry Install Matrix

on:
push:
branches: '**'
# pull_request:
# branches: [ main ]
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
Expand Down

0 comments on commit 34cf96a

Please sign in to comment.