Skip to content

Commit 58b6f48

Browse files
author
Andy O'Neill
committed
ci: enable signing
1 parent 49647c1 commit 58b6f48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ aliases:
1515
# condition to indicate whether or not we should sign this build
1616
- &should_sign
1717
or:
18-
- equal: [ develop, disable-<< pipeline.git.branch >> ]
19-
- equal: [ main, disable-<< pipeline.git.branch >> ]
20-
- equal: [ master, disable-<< pipeline.git.branch >> ]
18+
- equal: [ develop, << pipeline.git.branch >> ]
19+
- equal: [ main, << pipeline.git.branch >> ]
20+
- equal: [ master, << pipeline.git.branch >> ]
2121
# clear large environment variables from the "scratch-desktop-and-link" context
2222
# this helps when a program (like NPM) encounters errors with a large environment
2323
- &clear_context

0 commit comments

Comments
 (0)