Move fern workflows to root workflows folder (#1273)
* Move fern workflows to root workflows folder * Only run fern actions when docu has changed
This commit is contained in:
		
							parent
							
								
									8af5ed3347
								
							
						
					
					
						commit
						57a829a8e8
					
				|  | @ -4,6 +4,8 @@ on: | ||||||
|   pull_request: |   pull_request: | ||||||
|     branches: |     branches: | ||||||
|       - main |       - main | ||||||
|  |     paths: | ||||||
|  |       - "fern/**" | ||||||
|        |        | ||||||
| jobs: | jobs: | ||||||
|   fern-check: |   fern-check: | ||||||
|  | @ -4,6 +4,8 @@ on: | ||||||
|   pull_request: |   pull_request: | ||||||
|     branches: |     branches: | ||||||
|       - main |       - main | ||||||
|  |     paths: | ||||||
|  |       - "fern/**" | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   preview-docs: |   preview-docs: | ||||||
|  | @ -4,6 +4,8 @@ on: | ||||||
|   push:  |   push:  | ||||||
|     branches:  |     branches:  | ||||||
|       - main |       - main | ||||||
|  |     paths: | ||||||
|  |       - "fern/**" | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   publish-docs: |   publish-docs: | ||||||
		Loading…
	
		Reference in New Issue