mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/setup-python
				synced 2025-10-31 13:41:06 +08:00 
			
		
		
		
	Merge pull request #358 from actions/brcrista/codeql-main
Run CodeQL only on pushes to main
This commit is contained in:
		
						commit
						9516be869f
					
				
							
								
								
									
										1
									
								
								.github/workflows/codeql-analysis.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/codeql-analysis.yml
									
									
									
									
										vendored
									
									
								
							| @ -2,6 +2,7 @@ name: "Code scanning - action" | |||||||
| 
 | 
 | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|  |     branches: [ 'main' ] | ||||||
|   pull_request: |   pull_request: | ||||||
|   schedule: |   schedule: | ||||||
|     - cron: '25 3 * * 5' |     - cron: '25 3 * * 5' | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Brian Cristante
						Brian Cristante