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 name: CrackMapExec Tests
on: on:
workflow_dispatch: pull_request_review:
push: types: [submitted]
branches: [ master ]
pull_request:
branches: [ master ]
jobs: jobs:
build: build:

View File

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