Skip to content

Commit

Permalink
Trigger CI/CD on v2-branch commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav-ark committed Aug 11, 2024
1 parent c793588 commit ceda72c
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 @@ -2,9 +2,9 @@ name: CI/CD

on:
push:
branches: [ main ]
branches: [ main, v2 ]
pull_request:
branches: [ main ]
branches: [ main, v2 ]
workflow_dispatch:


Expand Down

0 comments on commit ceda72c

Please sign in to comment.