fix(ci,platform): Add dev branch trigger to all ci (#8339)

* update ci for dev

* update classic

* remove duplicate dev
This commit is contained in:
Aarushi
2024-10-15 10:57:24 +01:00
committed by GitHub
parent 1c71351652
commit a2ef456525
10 changed files with 16 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ name: AutoGPT Platform - Frontend CI
on:
push:
branches: [master]
branches: [master, dev]
paths:
- ".github/workflows/platform-frontend-ci.yml"
- "autogpt_platform/frontend/**"