Skip to content

Commit

Permalink
add workflow_call in main
Browse files Browse the repository at this point in the history
  • Loading branch information
leslieber committed Oct 22, 2024
1 parent d7d3ebf commit 7d3da17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
pull_request:
branches:
- 'main**'
workflow_call:
secrets:
WORKFLOW_PERMISSION_GITHUB:
required: true

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 7d3da17

Please sign in to comment.