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.
|
# or API.
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
branches:
|
types:
|
||||||
- master
|
- published # when a release is published
|
||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
|
||||||
jobs:
|
jobs:
|
||||||
deploying:
|
deploying:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue