From 7898cb59d06bbf974d23e2134e5cb969b00196ae Mon Sep 17 00:00:00 2001 From: Kornel Date: Sat, 14 Oct 2023 16:13:34 +0100 Subject: [PATCH] Update CI workflows --- .github/workflows/cmake.yml | 8 ++++++-- .github/workflows/make.yml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 528e98117..ae1b4dea7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,6 +1,10 @@ name: CMake -on: [push] +on: + push: + branches: [ gcc.amd64 ] + pull_request: + branches: [ gcc.amd64 ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) @@ -17,7 +21,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Create Build Environment # Some projects don't allow in-source building, so create a separate build directory diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 360fd88cc..c522207b8 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -15,7 +15,7 @@ jobs: os: [ubuntu-latest, macos-latest] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: configure run: ./configure - name: make