From 35516b61fd4b48fa77449a8363c75a001a5cf801 Mon Sep 17 00:00:00 2001 From: Hiroki Noda Date: Sun, 24 Nov 2024 21:07:59 +0900 Subject: [PATCH] CI: update setup-dlang --- .github/workflows/test.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5562e4de..36c8900f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,11 @@ name: CI -on: [push, pull_request] + +on: + push: + branches: + - master + pull_request: + jobs: test: name: CI @@ -10,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install D Compiler - uses: dlang-community/setup-dlang@v1 + uses: dlang-community/setup-dlang@v2 with: compiler: ${{ matrix.dc }} - uses: actions/cache@v4