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