diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index c900386..738e5db 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -4,7 +4,7 @@ on: push: branches: [ "master", "test" ] pull_request: - branches: [ "master", "test" ] + branches: [ "master" ] jobs: build: @@ -38,7 +38,7 @@ jobs: runs-on: ${{ matrix.config.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: update apt run: sudo apt update -y |
