Skip to content

Commit

Permalink
ci: fix glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Aug 8, 2024
1 parent 86886a1 commit 6a02b46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Python package
on:
push:
branches:
- "*"
- '**'

pull_request:
branches:
- "*"
- '**'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches:
- master
- releases/2.x
- 'releases/**'

permissions:
contents: write
Expand Down

0 comments on commit 6a02b46

Please sign in to comment.