From 1638eeb87790ba500789704301e0ceb6807ae870 Mon Sep 17 00:00:00 2001 From: James Brock Date: Mon, 19 Feb 2024 13:58:44 +0900 Subject: [PATCH] CI run on pull request --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2eb71df..61ceb58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: hffix test # Controls when the action will run. Triggers the workflow on push on: push: - # pull_request: + pull_request: # release: # tags: # - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10