Skip to content

Commit

Permalink
ci: Run tests on pushes to v1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 31, 2023
1 parent d6d26db commit ee134a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- ".github/workflows/test.yml"
- ".github/workflows/constraints.txt"
push:
branches: [main]
branches: [main, v1]
paths:
- "cookiecutter/**"
- "samples/**"
Expand Down

0 comments on commit ee134a4

Please sign in to comment.