Skip to content

Commit

Permalink
trigger workflows for v2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Jan 8, 2025
1 parent 533f016 commit a51907e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:
pull_request:
branches:
- main
- v2
push:
branches:
- main
- v2
tags:
- 'v*.*.*'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
branches:
- main
- v2
paths:
- 'src/**'

Expand Down

0 comments on commit a51907e

Please sign in to comment.