Skip to content

Commit aba899e

Browse files
authored
Run deploy on release tags only (#72)
Modifies pipeline definition to skip running deploy on all branches (preventing PR validation to fail), running only on Release-* tags.
1 parent 9466c3d commit aba899e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ workflows:
1212
requires:
1313
- build
1414
filters:
15+
branches:
16+
ignore: /.*/
1517
tags:
1618
only: /Release-.*/
1719
context:

0 commit comments

Comments
 (0)