We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cd3c7 commit 5b3e45fCopy full SHA for 5b3e45f
1 file changed
.circleci/config.yml
@@ -17,7 +17,7 @@ workflows:
17
filters:
18
branches:
19
only:
20
- - master
+ - cypress_tests
21
- cypress/run:
22
name: Run_FULL_tests
23
requires:
@@ -28,7 +28,7 @@ workflows:
28
29
30
31
32
# the following must run after all test passed
33
# to show latest supported version in repository readme.md file
34
@@ -41,4 +41,4 @@ workflows:
41
42
43
44
0 commit comments