Skip to content

Commit

Permalink
ci: Enable trigger for next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
xeho91 committed Jun 30, 2024
1 parent 4d9e5cf commit d7a2230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: CI & CD

on:
pull_request:
branches: [main]
branches: [main, next]
types: [opened, ready_for_review, reopened, synchronize]
push:
branches: [main]
branches: [main, next]
workflow_dispatch:
inputs:
reason:
Expand Down

0 comments on commit d7a2230

Please sign in to comment.