Skip to content

Commit

Permalink
chore(ci): add v4 branch to workflow triggers (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar authored Nov 12, 2024
1 parent b1cf97a commit 9107b30
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: CI

on:
pull_request:
branches:
- 'main'
branches: [main, v4]
push:
branches:
- 'main'
branches: [main, v4]

jobs:
run-ci:
Expand Down

0 comments on commit 9107b30

Please sign in to comment.