Skip to content

Commit

Permalink
Minor adjustments (#564)
Browse files Browse the repository at this point in the history
Co-authored-by: pveigadecamargo <[email protected]>
  • Loading branch information
pedrocamargo and pveigadecamargo committed Aug 22, 2024
1 parent 4aed1aa commit 7a34277
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Build

on: [pull_request, release]
on:
push:
branches:
- 'develop'
pull_request:
release:
types: [published]


jobs:
make_sdist:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- develop
pull_request:
release:
types: [published]


jobs:
build:
Expand Down

0 comments on commit 7a34277

Please sign in to comment.