From 9546ad834f161982d1e664d8e493d8224c395537 Mon Sep 17 00:00:00 2001 From: Ikhsan S <93766033+ikhsan3adi@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:23:27 +0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2458e33..2b7a1b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,15 +2,16 @@ name: PHP Composer CI on: push: - branches: ["master"] + branches: + - master + - main pull_request: - branches: ["master"] permissions: contents: read jobs: - build: + test: runs-on: ubuntu-latest services: mysql: