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