Tinkering

This commit is contained in:
Justin Dalrymple 2025-04-27 12:43:27 -04:00 committed by Justin Dalrymple
parent fd6e22ef6f
commit 4ea0918cee

View File

@ -46,8 +46,8 @@ variables:
#Link and Install all required dependencies
workflow:
rules:
- if: '$CI_MERGE_REQUEST_ID'
- if: '$CI_COMMIT_BRANCH == "main"'
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_BRANCH == "main"
install:
image: node:20-alpine