Skip to content

Commit

Permalink
have to add a push initiall for workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall-Hallenbeck committed Sep 30, 2023
1 parent 8d64b22 commit 62fdbb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/netexec-build-zipapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: NetExec Build ZippApps

on:
workflow_dispatch:
push:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/netexec-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: NetExec Build Binaries

on:
workflow_dispatch:
push:

jobs:
build:
Expand Down

0 comments on commit 62fdbb3

Please sign in to comment.