Skip to content

Commit 13cc485

Browse files
committed
enable release job for all branches
1 parent 5ada7e9 commit 13cc485

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

circle.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ workflows:
175175
requires:
176176
- cypress/install
177177
- release:
178+
# run the release job on all branches
179+
# since we might want to release a beta version
178180
requires:
179181
- build
180182
- 'basic test'
@@ -186,8 +188,3 @@ workflows:
186188
- test-using-chromium
187189
- test-netlify-dev
188190
- 'routing'
189-
filters:
190-
branches:
191-
only:
192-
- master
193-
- beta

0 commit comments

Comments
 (0)