From a6136a37df8af98a394a8aa1342f27b82f97b001 Mon Sep 17 00:00:00 2001 From: Akira Hayashi Date: Sat, 1 Jun 2024 03:41:11 +0900 Subject: [PATCH] Run CI on push to `main` --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a3f5027..31e63f7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,10 @@ name: CI on pull request on: - pull_request + pull_request: + push: + branches: + - main jobs: ci: