paths-ignore

This commit is contained in:
Dedy Martadinata S 2023-03-28 17:07:34 +07:00 committed by nitnelave
parent e91077f174
commit 9ca55bba84

View File

@ -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