mirror of
				https://github.com/nitnelave/lldap.git
				synced 2023-04-12 14:25:13 +00:00 
			
		
		
		
	paths-ignore
This commit is contained in:
		
							parent
							
								
									e91077f174
								
							
						
					
					
						commit
						9ca55bba84
					
				
							
								
								
									
										12
									
								
								.github/workflows/docker-build-static.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/docker-build-static.yml
									
									
									
									
										vendored
									
									
								
							@ -4,15 +4,18 @@ on:
 | 
				
			|||||||
  push:
 | 
					  push:
 | 
				
			||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - 'main'
 | 
					      - 'main'
 | 
				
			||||||
    paths:
 | 
					    paths-ignore:
 | 
				
			||||||
      - '!docs/**'
 | 
					      - 'docs/**'
 | 
				
			||||||
      - '!example_configs/**'
 | 
					      - 'example_configs/**'
 | 
				
			||||||
  release:
 | 
					  release:
 | 
				
			||||||
    types:
 | 
					    types:
 | 
				
			||||||
      - 'published'
 | 
					      - 'published'
 | 
				
			||||||
  pull_request:
 | 
					  pull_request:
 | 
				
			||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - 'main'
 | 
					      - 'main'
 | 
				
			||||||
 | 
					    paths-ignore:
 | 
				
			||||||
 | 
					      - 'docs/**'
 | 
				
			||||||
 | 
					      - 'example_configs/**'
 | 
				
			||||||
  workflow_dispatch:
 | 
					  workflow_dispatch:
 | 
				
			||||||
    inputs:
 | 
					    inputs:
 | 
				
			||||||
      msg:
 | 
					      msg:
 | 
				
			||||||
@ -289,9 +292,6 @@ jobs:
 | 
				
			|||||||
           name: x86_64-unknown-linux-musl-lldap_set_password-bin 
 | 
					           name: x86_64-unknown-linux-musl-lldap_set_password-bin 
 | 
				
			||||||
           path: bin/
 | 
					           path: bin/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
       - name: Where is the bin?
 | 
					 | 
				
			||||||
         run: ls -alR bin
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
       - name: Set executables to LLDAP and LLDAP set password
 | 
					       - name: Set executables to LLDAP and LLDAP set password
 | 
				
			||||||
         run: |
 | 
					         run: |
 | 
				
			||||||
              chmod +x bin/lldap
 | 
					              chmod +x bin/lldap
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user