Run regression tests on push to master and stable (#46)

This commit is contained in:
merwanehamadi
2023-07-03 11:42:24 -07:00
committed by GitHub
parent 838f72097c
commit 07133fb041

View File

@@ -2,6 +2,9 @@ name: Auto-GPT Regression Test
on:
workflow_dispatch:
branches: [ master ]
push:
branches: [ stable, master, ci-test* ]
jobs:
regression-tests: