Update releaseArtifacts.yml
This commit is contained in:
parent
d5b7125415
commit
f627d251c3
1 changed files with 3 additions and 4 deletions
7
.github/workflows/releaseArtifacts.yml
vendored
7
.github/workflows/releaseArtifacts.yml
vendored
|
@ -1,8 +1,7 @@
|
|||
name: Release Artifacts
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
jobs:
|
||||
push:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue