Browse Source

Update cd_src_release.yml

pull/1067/head
Ray 6 years ago
committed by GitHub
parent
commit
2cf8352b95
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/cd_src_release.yml

+ 2
- 2
.github/workflows/cd_src_release.yml View File

@ -1,9 +1,9 @@
name: CD - Source Build & Release - Linux
# Trigger the workflow on release create activity
# Trigger the workflow on release publish
on:
release:
types: create
types: [published]
jobs:
release:

Loading…
Cancel
Save