Fix publish action 😆

This commit is contained in:
Anas Elgarhy 2022-08-22 11:35:10 +02:00
parent 02e2ea1f64
commit cdb0862ace
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ name: Manual workflow
# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on:
release: ["master"]
release:
branches:
- master
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: