summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ci_src_examples_linux.yml
diff options
context:
space:
mode:
authorRay <[email protected]>2020-01-09 23:39:43 +0100
committerGitHub <[email protected]>2020-01-09 23:39:43 +0100
commita77505c554d01f94398e7f8ac70902b730c640af (patch)
treee4a3c7de30e57dfc60757a2e0aeeef04066b3444 /.github/workflows/ci_src_examples_linux.yml
parente0d4cc314326f2c6d0390609df18d2e862c18a3a (diff)
downloadraylib-a77505c554d01f94398e7f8ac70902b730c640af.tar.gz
raylib-a77505c554d01f94398e7f8ac70902b730c640af.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.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci_src_examples_linux.yml b/.github/workflows/ci_src_examples_linux.yml
index 2a6e30f3..fb9e03f4 100644
--- a/.github/workflows/ci_src_examples_linux.yml
+++ b/.github/workflows/ci_src_examples_linux.yml
@@ -1,6 +1,6 @@
name: CI - Source & Examples - Linux
-on: [push, pull_request, release]
+on: [push, pull_request]
jobs:
build:
@@ -8,7 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v1
+ - name: Checkout code
+ uses: actions/checkout@master
- name: apt-update
run: sudo apt-get update -qq
- name: apt get glfw