ci: Run Workflows on Pull Request (#21)

This commit is contained in:
sam 2023-08-18 21:49:34 +02:00 committed by GitHub
parent 1c50308a3f
commit fa24b0e3ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 32 additions and 12 deletions

View file

@ -18,6 +18,9 @@ jobs:
ref: "${{ env.release }}"
fetch-depth: 0
ssh-key: "${{ secrets.COMMIT_KEY }}"
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: pr-mpt/actions-merge-branch@v2
with:
from: "origin/${{ env.source }}"