From d42f50f22d2a057d5f5593072acd1ee33396f4e8 Mon Sep 17 00:00:00 2001 From: anggape Date: Sun, 23 Jul 2023 19:21:53 +0700 Subject: [PATCH 1/2] Revert "enable ci for push, pull request and workflow dispatch" This reverts commit 47001edce40d096006195d5b1ff0893eeb46d46f. --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 102a50a..682e620 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,12 @@ name: Build on: push: + branches: master pull_request: + branches: '*' + paths-ignore: + - 'README.md' + - '.github/ISSUE_TEMPLATE/**' workflow_dispatch: jobs: prepare: From 3cd565d13cb48bf9962daf8b34cc0b46a1e8b1f9 Mon Sep 17 00:00:00 2001 From: anggape Date: Sun, 23 Jul 2023 19:23:51 +0700 Subject: [PATCH 2/2] remove file type checking --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 682e620..a9406ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,6 @@ jobs: -D BUILD_SHARED_LIBS=ON \ -D BUILD_EXAMPLES=OFF cmake --build build --config Release - file build/raylib/libraylib.so # TODO: remove me - name: upload build uses: actions/upload-artifact@v3 @@ -87,7 +86,6 @@ jobs: -D BUILD_SHARED_LIBS=ON \ -D BUILD_EXAMPLES=OFF cmake --build build --config Release - file build/raylib/libraylib.dylib # TODO: remove me - name: upload build uses: actions/upload-artifact@v3 @@ -122,7 +120,6 @@ jobs: -D BUILD_SHARED_LIBS=ON \ -D BUILD_EXAMPLES=OFF cmake --build build --config Release - file build/raylib/Release/raylib.dll # TODO: remove me - name: upload build uses: actions/upload-artifact@v3