mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 03:43:34 +00:00 
			
		
		
		
	chore: workflow for v4 branch (#21466)
This commit is contained in:
		
							parent
							
								
									3c5bc3f353
								
							
						
					
					
						commit
						28b4e58b04
					
				
							
								
								
									
										2
									
								
								.github/workflows/checks.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/checks.yml
									
									
									
									
										vendored
									
									
								
							@ -11,7 +11,7 @@ on:
 | 
				
			|||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - main
 | 
					      - main
 | 
				
			||||||
      - develop
 | 
					      - develop
 | 
				
			||||||
      - v5/main
 | 
					      - v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  check-pr-status:
 | 
					  check-pr-status:
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							@ -5,7 +5,7 @@ on:
 | 
				
			|||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - main
 | 
					      - main
 | 
				
			||||||
      - develop
 | 
					      - develop
 | 
				
			||||||
      - v5/main
 | 
					      - v4
 | 
				
			||||||
  pull_request:
 | 
					  pull_request:
 | 
				
			||||||
    paths-ignore:
 | 
					    paths-ignore:
 | 
				
			||||||
      - 'docs/**'
 | 
					      - 'docs/**'
 | 
				
			||||||
 | 
				
			|||||||
@ -39,7 +39,7 @@ Data migrations are not handled by the upgrade tool.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
For Strapi v4, no data migrations will be allowed and no support is planned (except in extenuating circumstances eg, a critical security issue somehow relating to the database shape)
 | 
					For Strapi v4, no data migrations will be allowed and no support is planned (except in extenuating circumstances eg, a critical security issue somehow relating to the database shape)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
For Strapi v5, automated data migrations can be added in the `packages/core/database` package of the `v5/main` branch of this repo.
 | 
					For Strapi v5, automated data migrations can be added in the `packages/core/database` package of the `develop` branch of this repo.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Usage
 | 
					## Usage
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user