Skip to content

Commit 5e6fcb8

Browse files
committed
Fix yml syntax
1 parent dd909db commit 5e6fcb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ run_always: &run_always
3030

3131
# Only run on release
3232
run_on_release: &run_on_release
33-
filters:
33+
filters:
3434
tags:
3535
only: /.*/
3636
branches:
3737
ignore: /.*/
3838

39+
3940
commands:
4041
attach_project:
4142
steps:

0 commit comments

Comments
 (0)