From 56a82ef989079d138ca96b3377b1c58e5b3c4603 Mon Sep 17 00:00:00 2001 From: Darius Jahandarie Date: Fri, 10 Nov 2023 23:12:18 +0900 Subject: Prevent ci.yml from running twice on PR commits --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 358ac1de..9106556e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,11 @@ name: CI permissions: contents: read -on: [push, pull_request] +on: + push: + branches: [master] + pull_request: + merge_group: jobs: test: -- cgit v1.2.3