Skip to content

Commit

Permalink
apply the same behaviour for CI for the release-1.0.0 branch as for main
Browse files Browse the repository at this point in the history
  • Loading branch information
oplatek committed Nov 5, 2024
1 parent f7cf314 commit 438b118
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Black Code Style Check

on:
push:
branches: [ main ]
branches: [ main, release-1.0.0]
pull_request:
branches: [ main ]
branches: [ main, release-1.0.0]

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/py311_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python CI

on:
push:
branches: [ main ]
branches: [ main, release-1.0.0]
pull_request:
branches: [ main ]
branches: [ main, release-1.0.0]

jobs:

Expand Down

0 comments on commit 438b118

Please sign in to comment.