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 fc6fce1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches:
- "main"
- "v*"
paths:
- .github/workflows/codeql-analysis.yml
- '**.py' # Any Python file
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "main"
- "v*"
paths:
- "singer_sdk/**"
- "tests/**"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cookiecutter-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
- "e2e-tests/cookiecutters/**"
- ".github/workflows/cookiecutter-e2e.yml"
push:
branches: [main]
branches:
- main
- v*
paths:
- "cookiecutter/**"
- "e2e-tests/cookiecutters/**"
Expand Down
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 fc6fce1

Please sign in to comment.