go
This commit is contained in:
		@@ -92,7 +92,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
workflows:
 | 
					workflows:
 | 
				
			||||||
  build:
 | 
					  python:
 | 
				
			||||||
    jobs:
 | 
					    jobs:
 | 
				
			||||||
      - python-test
 | 
					      - python-test
 | 
				
			||||||
      - python-publish:
 | 
					      - python-publish:
 | 
				
			||||||
@@ -101,6 +101,8 @@ workflows:
 | 
				
			|||||||
            branches:
 | 
					            branches:
 | 
				
			||||||
              only: main
 | 
					              only: main
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  nodejs:
 | 
				
			||||||
 | 
					    jobs:
 | 
				
			||||||
      - nodejs-test
 | 
					      - nodejs-test
 | 
				
			||||||
      - nodejs-publish:
 | 
					      - nodejs-publish:
 | 
				
			||||||
          requires: [nodejs-test]
 | 
					          requires: [nodejs-test]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user