mirror of
https://github.com/anas-elgarhy/Ayah-intellij.git
synced 2024-08-15 00:43:43 +00:00
Fix publish action again 😃
This commit is contained in:
parent
cdb0862ace
commit
8c99e0a478
1 changed files with 2 additions and 4 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
@ -6,10 +6,8 @@ name: Manual workflow
|
|||
# or API.
|
||||
on:
|
||||
release:
|
||||
branches:
|
||||
- master
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
types:
|
||||
- published # when a release is published
|
||||
jobs:
|
||||
deploying:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue