From 1018dedff36d5cbb0e79bb05e9171201f14bd378 Mon Sep 17 00:00:00 2001 From: Indradb <60851042+Indra-db@users.noreply.github.com> Date: Thu, 7 Mar 2024 02:14:40 +0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44182660..6cde32a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,13 +1,16 @@ name: CI -on: [ push, pull_request ], +on: push: branches: - master pull_request: - merge_group: + branches: + - master workflow_dispatch: + + jobs: rustfmt: runs-on: ubuntu-latest