Skip to content

Commit

Permalink
Allow calling the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Oct 28, 2023
1 parent 3d382da commit a92801c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Run from the component
workflow_call:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down

0 comments on commit a92801c

Please sign in to comment.