Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheshuk committed Jun 6, 2024
1 parent 262cf2a commit ed87b94
Showing 1 changed file with 6 additions and 2 deletions.
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 ed87b94

Please sign in to comment.