All checks were successful
		
		
	
	ci/woodpecker/manual/demo-workflow Pipeline was successful
				
			- investigate why push trigger not working
		
			
				
	
	
		
			17 lines
		
	
	
		
			312 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			312 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| when:
 | |
|   - event: push
 | |
|   - branch: master
 | |
|   - branch: feature/*
 | |
| 
 | |
| steps:
 | |
|   - name: build
 | |
|     image: ubuntu:22.04
 | |
|     commands:
 | |
|       - echo "This is the build step"
 | |
|       - echo "binary-data-123" > executable
 | |
|   - name: a-test-step
 | |
|     image: golang:1.24
 | |
|     commands:
 | |
|       - echo "Testing ..."
 | |
|       - go version
 |