ci: Checks ook op main
This commit is contained in:
		
							parent
							
								
									ce06cfc8e2
								
							
						
					
					
						commit
						9d0d43595a
					
				
					 3 changed files with 6 additions and 8 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/backend-testing.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/backend-testing.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -9,13 +9,13 @@ name: Backend Testing | ||||||
| #   - a draft PR to "dev" with backend js/ts files is marked as ready for review | #   - a draft PR to "dev" with backend js/ts files is marked as ready for review | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     branches: [ "dev" ] |     branches: [ "dev", "main" ] | ||||||
|     paths: |     paths: | ||||||
|       - 'backend/src/**.[jt]s' |       - 'backend/src/**.[jt]s' | ||||||
|       - 'backend/tests/**.[jt]s' |       - 'backend/tests/**.[jt]s' | ||||||
|       - 'backend/vitest.config.ts' |       - 'backend/vitest.config.ts' | ||||||
|   pull_request: |   pull_request: | ||||||
|     branches: [ "dev" ] |     branches: [ "dev", "main" ] | ||||||
|     types: ["synchronize", "ready_for_review", "opened", "reopened"] |     types: ["synchronize", "ready_for_review", "opened", "reopened"] | ||||||
|     paths: |     paths: | ||||||
|       - 'backend/src/**.[jt]s' |       - 'backend/src/**.[jt]s' | ||||||
|  |  | ||||||
							
								
								
									
										4
									
								
								.github/workflows/frontend-testing.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/frontend-testing.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -9,7 +9,7 @@ name: Frontend Testing | ||||||
| #   - a draft PR to "dev" with frontend js/ts/vue/css files is marked as ready for review | #   - a draft PR to "dev" with frontend js/ts/vue/css files is marked as ready for review | ||||||
| on: | on: | ||||||
|     push: |     push: | ||||||
|       branches: [ "dev" ] |       branches: [ "dev", "main" ] | ||||||
|       paths: |       paths: | ||||||
|         - 'frontend/src/**.[jt]s' |         - 'frontend/src/**.[jt]s' | ||||||
|         - 'frontend/src/**.vue' |         - 'frontend/src/**.vue' | ||||||
|  | @ -20,7 +20,7 @@ on: | ||||||
|         - 'frontend/vitest.config.ts' |         - 'frontend/vitest.config.ts' | ||||||
|         - 'frontend/playwright.config.ts' |         - 'frontend/playwright.config.ts' | ||||||
|     pull_request: |     pull_request: | ||||||
|       branches: [ "dev" ] |       branches: [ "dev", "main" ] | ||||||
|       types: ["synchronize", "ready_for_review", "opened", "reopened"] |       types: ["synchronize", "ready_for_review", "opened", "reopened"] | ||||||
|       paths: |       paths: | ||||||
|         - 'frontend/src/**.[jt]s' |         - 'frontend/src/**.[jt]s' | ||||||
|  |  | ||||||
							
								
								
									
										6
									
								
								.github/workflows/lint-action.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/lint-action.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -4,13 +4,11 @@ on: | ||||||
|     # Trigger the workflow on push or pull request, |     # Trigger the workflow on push or pull request, | ||||||
|     # but only for the main branch |     # but only for the main branch | ||||||
|     push: |     push: | ||||||
|         branches: |         branches: [ "dev", "main" ] | ||||||
|             - dev |  | ||||||
|     # Replace pull_request with pull_request_target if you |     # Replace pull_request with pull_request_target if you | ||||||
|     # plan to use this action with forks, see the Limitations section |     # plan to use this action with forks, see the Limitations section | ||||||
|     pull_request: |     pull_request: | ||||||
|         branches: |         branches: [ "dev", "main" ] | ||||||
|             - dev |  | ||||||
|         types: ["synchronize", "ready_for_review", "opened", "reopened"] |         types: ["synchronize", "ready_for_review", "opened", "reopened"] | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Reference in a new issue