Skip to content

Commit

Permalink
chore: add release branches as ci targets
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Oct 27, 2023
1 parent 5a65d03 commit b68da05
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -4,9 +4,13 @@
name: Tests
on:
push:
branches: [ main ]
branches:
- main
- release/v*
pull_request:
branches: [ main ]
branches:
- main
- release/v*
jobs:
Lint_Python:
runs-on: ubuntu-latest
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/visual-studio.yml
Expand Up @@ -3,9 +3,13 @@
name: visual-studio
on:
push:
branches: [ main ]
branches:
- main
- release/v*
pull_request:
branches: [ main ]
branches:
- main
- release/v*
jobs:
visual-studio:
strategy:
Expand Down

0 comments on commit b68da05

Please sign in to comment.