Skip to content

Commit

Permalink
Update conditions for running Github workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Nov 11, 2023
1 parent c9a1b88 commit 4b370bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Publish packages'
on:
release:
types: [ published ]
branches: [ master ]
branches: [ main ]
jobs:
build_pure_wheels:
name: Build pure wheels
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '**/*.pyx'
- '**/*.py'
- '**/*.build'
- 'build'
- 'scons/**'
- '**/requirements.txt'
- 'doc/**'
- 'python/subprojects/testbed/tests/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:
- '**/*.hpp'
- '**/*.cpp'
- '**/*.py'
- 'build'
- 'scons/**'
- '.clang-format'
- '.isort.cfg'
- '.pylintrc'
- '.style.yapf'
- '.github/workflows/test_format.yml'
jobs:
Expand Down

0 comments on commit 4b370bb

Please sign in to comment.