diff options
| author | Ray <[email protected]> | 2020-01-10 11:20:43 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-10 11:20:43 +0100 |
| commit | 680cbdf1f0f862c910a3179b7e3640bc8713a368 (patch) | |
| tree | 624fdaa3d69033e98cd17dc7da4ae0cd571abd9f /.github/workflows | |
| parent | 9961e3b0d7d0b6736bcbcc2ef436a89575ccfa0e (diff) | |
| download | raylib-680cbdf1f0f862c910a3179b7e3640bc8713a368.tar.gz raylib-680cbdf1f0f862c910a3179b7e3640bc8713a368.zip | |
Update ci_src_examples_macos.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci_src_examples_macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_src_examples_macos.yml b/.github/workflows/ci_src_examples_macos.yml index 986b9893..595e1990 100644 --- a/.github/workflows/ci_src_examples_macos.yml +++ b/.github/workflows/ci_src_examples_macos.yml @@ -1,6 +1,6 @@ name: CI - Source & Examples - macOS -on: [push, pull_request, release] +on: [push, pull_request] jobs: build: |
