mirror of
				https://github.com/Rapptz/discord.py.git
				synced 2025-10-31 05:23:03 +00:00 
			
		
		
		
	Change PR Actions to use synchronize
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -3,7 +3,7 @@ name: build | ||||
| on: | ||||
|   push: | ||||
|   pull_request: | ||||
|     types: [ opened, edited ] | ||||
|     types: [ opened, synchronize ] | ||||
|  | ||||
| jobs: | ||||
|   dists-and-docs: | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							| @@ -3,7 +3,7 @@ name: lint | ||||
| on: | ||||
|   push: | ||||
|   pull_request: | ||||
|     types: [ opened, edited ] | ||||
|     types: [ opened, synchronize ] | ||||
|  | ||||
| jobs: | ||||
|   check: | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -3,7 +3,7 @@ name: test | ||||
| on: | ||||
|   push: | ||||
|   pull_request: | ||||
|     types: [ opened, edited ] | ||||
|     types: [ opened, synchronize ] | ||||
|  | ||||
| jobs: | ||||
|   pytest: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user