summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ci_src_examples_linux.yml
diff options
context:
space:
mode:
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