🔀 chore(ci.yml): update branch configuration for CI/CD pipeline to include 'dev' branch
This commit is contained in:
parent
c367328727
commit
7ef80c8e78
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -3,9 +3,10 @@ name: CI/CD Pipeline
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
- main
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue