From 0477755f7edf88a20f8ddbcffff0365d4b5b574a Mon Sep 17 00:00:00 2001 From: lazzzis Date: Mon, 30 Sep 2024 22:16:24 +0800 Subject: [PATCH] ci: update ci workflow --- .github/workflows/test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c7420b0..2e78427 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,14 @@ on: push: branches: [master] + # Allows you to run this workflow manually from the Actions tab + pull_request: + branches: + - master + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + jobs: build: runs-on: ubuntu-latest