Skip to content

Commit

Permalink
DEVOPS-2178: Update CI to trigger on PR to stable/** branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Dmitriev committed Sep 14, 2023
1 parent b5e410f commit 2fbe28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
pull_request:
branches: ['main']
branches: ['main', 'stable/**']
types: ['opened', 'reopened', 'synchronize']
workflow_dispatch:

Expand Down

0 comments on commit 2fbe28b

Please sign in to comment.