mirror of
				https://github.com/dndx/phantun.git
				synced 2025-11-04 20:05:35 +08:00 
			
		
		
		
	ci(actions) run test and lint for all branches, not just main
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/rust.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/rust.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,10 +1,6 @@
 | 
			
		||||
name: Rust
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches: [ main ]
 | 
			
		||||
  pull_request:
 | 
			
		||||
    branches: [ main ]
 | 
			
		||||
on: [push, pull_request]
 | 
			
		||||
 | 
			
		||||
env:
 | 
			
		||||
  CARGO_TERM_COLOR: always
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user