Fix cli to only run building binaries manually and test on review submit

main
Alex 2023-09-14 00:18:59 +02:00
parent 25e9721abc
commit 78f1dd4136
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: