From d589f86a4a34256f098d6b67651d0c296a37d995 Mon Sep 17 00:00:00 2001 From: Ahmed Elsakaan Date: Tue, 31 Oct 2023 20:46:56 +0000 Subject: [PATCH] feat: new CI workflow --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8995adb3..8a331c3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,12 @@ on: push: branches: - main - pull_request: + pull_request_target: + branches: + - main + paths-ignore: + - ".vscode/**" + - "*.md" env: # Database @@ -28,6 +33,7 @@ jobs: main: name: CI runs-on: ubuntu-latest + environment: CI steps: - name: Checkout uses: actions/checkout@v4