diff options
| author | Ray <[email protected]> | 2020-01-10 13:04:48 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-10 13:04:48 +0100 |
| commit | 2cf8352b95bef571666087ff9ee51d364605252d (patch) | |
| tree | f3cfdd9784f47957b0274fdbf16bcf67c6851c2c /.github | |
| parent | 55e74289241e84378e2bf7a6bb3fcad3861db8a7 (diff) | |
| download | raylib-2cf8352b95bef571666087ff9ee51d364605252d.tar.gz raylib-2cf8352b95bef571666087ff9ee51d364605252d.zip | |
Update cd_src_release.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cd_src_release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cd_src_release.yml b/.github/workflows/cd_src_release.yml index 6d6460f2..5bb63440 100644 --- a/.github/workflows/cd_src_release.yml +++ b/.github/workflows/cd_src_release.yml @@ -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: |
