commit
						74bda97bfc
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		
							
								
								
									
										3
									
								
								.github/workflows/release.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/release.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -5,6 +5,7 @@ on:
 | 
				
			||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - staging
 | 
					      - staging
 | 
				
			||||||
      - production
 | 
					      - production
 | 
				
			||||||
 | 
					  pull_request:
 | 
				
			||||||
  workflow_dispatch:
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
| 
						 | 
					@ -97,7 +98,7 @@ jobs:
 | 
				
			||||||
          artifacts: release-staging-${{ env.timestamp }}.zip
 | 
					          artifacts: release-staging-${{ env.timestamp }}.zip
 | 
				
			||||||
          token: ${{ secrets.GITHUB_TOKEN }}
 | 
					          token: ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  release:
 | 
					  production:
 | 
				
			||||||
    needs: [ calendar ]
 | 
					    needs: [ calendar ]
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    environment: production
 | 
					    environment: production
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue