This commit is contained in:
2025-08-31 15:08:37 +02:00
parent ba8094b77d
commit dea16908a6

14
-
View File

@@ -1,14 +0,0 @@
; 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")))))))