Skip to content

Commit

Permalink
ci: Run tests on v* branches
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 7, 2024
1 parent 4a33701 commit c142479
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ on:
- ".github/workflows/test.yml"
- ".github/workflows/constraints.txt"
push:
branches: [main]
branches:
- main
- v*
paths:
- "cookiecutter/**"
- "samples/**"
Expand Down

0 comments on commit c142479

Please sign in to comment.