From 893f0142f7c0d5e527d2f8ddd9bc12a95a727d5d Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Mon, 22 Apr 2024 01:45:44 +0100 Subject: Fix CI job --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d51f1af..67f18c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,10 @@ -name: Rust +name: CI on: push: - branches: [ $default-branch ] + branches: [ "master" ] pull_request: - branches: [ $default-branch ] + branches: [ "master" ] env: CARGO_TERM_COLOR: always -- cgit v1.2.3-70-g09d2