From c2411ffd54a2d313183c9a27feb83dd52d552d5e Mon Sep 17 00:00:00 2001 From: Kensei Nakada Date: Fri, 13 Oct 2023 02:16:38 +0900 Subject: [PATCH] make CI work in the main branch (#185) --- .github/workflows/manifests-up-to-date.yaml | 3 +++ .github/workflows/test.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/manifests-up-to-date.yaml b/.github/workflows/manifests-up-to-date.yaml index e3bf5356..dc415a2f 100644 --- a/.github/workflows/manifests-up-to-date.yaml +++ b/.github/workflows/manifests-up-to-date.yaml @@ -1,6 +1,9 @@ name: manifests-up-to-date on: + push: + branches: + - main pull_request: types: [opened, synchronize] paths-ignore: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3890dbd4..d7e718e5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,6 +1,9 @@ name: test on: + push: + branches: + - main pull_request: types: [opened, synchronize] paths-ignore: