Skip to content

Commit

Permalink
Make regression test run on every PR
Browse files Browse the repository at this point in the history
  • Loading branch information
senhuang42 committed Jun 1, 2021
1 parent 18d02cb commit 96cf906
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,16 @@ workflows:
filters:
tags:
only: /.*/
# Create a branch called regression and set it to dev to force a
# regression test run
- regression-test:
filters:
tags:
only: /.*/
branches:
only:
- regression
# Create a branch called regression and set it to dev to force a
# regression test run

nightly:
triggers:
- schedule:
Expand All @@ -110,7 +113,7 @@ workflows:
- dev
- master
jobs:
# Run daily long regression tests
# Run daily regression tests
- regression-test


Expand Down

0 comments on commit 96cf906

Please sign in to comment.