Skip to content

Commit

Permalink
Merge branch 'main' into release_v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JostMigenda committed Jun 17, 2024
2 parents 690063a + 26a8527 commit 05965c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ name: Integration Tests
# events but only for the main branch
on:
push:
branches: [ main ]
branches:
- main
- release_*
pull_request:
branches: [ main ]
branches:
- main
- release_*
types: [opened, synchronize, reopened, ready_for_review]

jobs:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ name: tests
# events but only for the master branch
on:
push:
branches: [ main ]
branches:
- main
- release_*
pull_request:
branches: [ main ]
branches:
- main
- release_*

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 05965c2

Please sign in to comment.