Skip to content

Commit

Permalink
dk/cicd-small-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dkropachev committed Jan 26, 2025
1 parent dccfe90 commit cb74c95
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
name: Build and upload to PyPi

on: [push, pull_request]

on:
push:
branches:
- master
- 'branch-**'
pull_request:
paths-ignore:
- docs/*
- examples/*
- scripts/*
- .gitignore
- '*.rst'
- '*.ini'
- LICENSE
- .github/dependabot.yml
- .github/pull_request_template.md
workflow_dispatch:

env:
CIBW_TEST_COMMAND_LINUX: >
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ on:
pull_request:
branches:
- master
- 'branch-**'
paths:
- "docs/**"
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- master
workflow_dispatch:

jobs:
tests:
Expand Down

0 comments on commit cb74c95

Please sign in to comment.