diff options
| author | Ray <[email protected]> | 2020-01-09 16:35:42 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-09 16:35:42 +0100 |
| commit | 7fe8d2525345e3dd17ba7ab12ea4f6fe1213ec4c (patch) | |
| tree | ab5bb1341334694f0da3c6433deb6224726abb48 /.github/workflows/ci_src_examples_linux.yml | |
| parent | b17937dda8e935e13d956282aa0e99ebf9243ca8 (diff) | |
| download | raylib-7fe8d2525345e3dd17ba7ab12ea4f6fe1213ec4c.tar.gz raylib-7fe8d2525345e3dd17ba7ab12ea4f6fe1213ec4c.zip | |
Update ci_src_examples_linux.yml
Diffstat (limited to '.github/workflows/ci_src_examples_linux.yml')
| -rw-r--r-- | .github/workflows/ci_src_examples_linux.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci_src_examples_linux.yml b/.github/workflows/ci_src_examples_linux.yml index 81b85d2a..2a6e30f3 100644 --- a/.github/workflows/ci_src_examples_linux.yml +++ b/.github/workflows/ci_src_examples_linux.yml @@ -1,6 +1,6 @@ -name: C/C++ CI +name: CI - Source & Examples - Linux -on: [push, pull_request] +on: [push, pull_request, release] jobs: build: |
