mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	ci: Update RTDs trigger conditional
Trigger on main, on a branch called `docs-preview*`, or on any tag.
This commit is contained in:
		
							parent
							
								
									83692075df
								
							
						
					
					
						commit
						a20756676c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/test-verific.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-verific.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -112,7 +112,7 @@ jobs: | |||
|             docs/source/code_examples | ||||
| 
 | ||||
|       - name: Trigger RTDs build | ||||
|         if: ${{ github.ref == 'refs/heads/main' }} | ||||
|         if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/docs-preview') || startsWith(github.ref, 'refs/tags/') }} | ||||
|         uses: dfm/rtds-action@v1.1.0 | ||||
|         with: | ||||
|           webhook_url: ${{ secrets.RTDS_WEBHOOK_URL }} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue