From 4c7e492e7a7cc70c1d8c3aca4815c3ca5885670c Mon Sep 17 00:00:00 2001 From: Kirill Sysoev Date: Sat, 8 Jun 2024 16:14:29 +0800 Subject: [PATCH] chore: Update GitHub Actions workflow to include pull request events --- .github/workflows/main.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0423cb2..ccd9d49 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,14 @@ name: WaSAbi -on: [push] +on: + push: + branches: + - main + pull_request: + +permissions: + contents: read + pull-requests: read jobs: tests: