Merge pull request #16 from Pennyw0rth/neff-fix-cli

Fix CLI
main
Alex 2023-09-14 20:04:48 +02:00 committed by GitHub
commit ceddcb6b5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 11 deletions

View File

@ -1,11 +1,8 @@
name: CrackMapExec Tests
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
pull_request_review:
types: [submitted]
jobs:
build:

View File

@ -1,12 +1,7 @@
name: CrackMapExec Tests & Build
name: CrackMapExec Build Binaries
on:
workflow_dispatch:
branches: [ main ]
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build: