Skip to content

Commit

Permalink
reuse workflows need workflow_call
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Aug 26, 2024
1 parent 4d1f74e commit 6387fb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/debug_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Debug App

on:
workflow_dispatch:
workflow_call:

jobs:
build-linux:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/debug_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build App Macos Debug

on:
workflow_dispatch:
workflow_call:

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

on:
workflow_dispatch:
workflow_call:

jobs:
build-windows-debug:
Expand Down

0 comments on commit 6387fb9

Please sign in to comment.