fixup workflows
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -3,6 +3,7 @@ on: | |||||||
|   push: |   push: | ||||||
|     branches: |     branches: | ||||||
|     - master |     - master | ||||||
|  |     - v3 | ||||||
| jobs: | jobs: | ||||||
|   test: |   test: | ||||||
|     name: test |     name: test | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								.github/workflows/codeql-analysis.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/codeql-analysis.yml
									
									
									
									
										vendored
									
									
								
							| @@ -17,10 +17,10 @@ on: | |||||||
|     types: |     types: | ||||||
|       - completed |       - completed | ||||||
|   push: |   push: | ||||||
|     branches: [ master ] |     branches: [ master, v3 ] | ||||||
|   pull_request: |   pull_request: | ||||||
|     # The branches below must be a subset of the branches above |     # The branches below must be a subset of the branches above | ||||||
|     branches: [ master ] |     branches: [ master, v3 ] | ||||||
|   schedule: |   schedule: | ||||||
|     - cron: '34 1 * * 0' |     - cron: '34 1 * * 0' | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								.github/workflows/pr.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/pr.yml
									
									
									
									
										vendored
									
									
								
							| @@ -3,6 +3,7 @@ on: | |||||||
|   pull_request: |   pull_request: | ||||||
|     branches: |     branches: | ||||||
|     - master |     - master | ||||||
|  |     - v3 | ||||||
| jobs: | jobs: | ||||||
|   test: |   test: | ||||||
|     name: test |     name: test | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user