15 lines
333 B
Plaintext
15 lines
333 B
Plaintext
; number of macro expansions: 0
|
|
(((((:cfg
|
|
(name "Complex CI/CD Pipeline")
|
|
(on
|
|
(push
|
|
(branches
|
|
(:seq "main" "release/*")))
|
|
(pull_requests
|
|
(types
|
|
(:seq opened synchronize
|
|
reopened)))
|
|
(workflow_dispatch))
|
|
(env (NODE_VERSION 20)
|
|
(PYTHON_VERSION "3.11")))))))
|