Skip to content

Commit

Permalink
Add v2 to CI (#733)
Browse files Browse the repository at this point in the history
This adds the `v2` branch to the CI workflow and merges it into the v2
branch.
  • Loading branch information
smaye81 authored Feb 29, 2024
1 parent 1ad9311 commit 9e855ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: ci
on:
push:
branches: [main]
branches: [main, v2]
tags: ['v*']
pull_request:
branches: [main]
branches: [main, v2]
workflow_dispatch:
jobs:
ci:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/notify-approval-bypass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ on:
pull_request:
types:
- closed
branches:
- main
branches: [main, v2]
permissions:
pull-requests: read
jobs:
Expand Down

0 comments on commit 9e855ad

Please sign in to comment.