Skip to content

Commit b28eb53

Browse files
committed
CircleCI test: Remove the master branch filter
1 parent 6fabaab commit b28eb53

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
command: |
3535
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} \
3636
-delete "Continous Build" ./artifacts/
37+
3738
workflows:
3839
version: 2
3940
main:
@@ -42,7 +43,3 @@ workflows:
4243
- publish-github-release:
4344
requires:
4445
- build
45-
filters:
46-
branches:
47-
only:
48-
-master

0 commit comments

Comments
 (0)