ci(workflows): only add opened PRs to project board

Otherwise the automation will signal failure every time one pushes into
an existing PR.
This commit is contained in:
r4bbit 2024-02-21 14:42:53 +01:00
parent 986bbaab00
commit 0535398b5f
No known key found for this signature in database
GPG Key ID: E95F1E9447DC91A9
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ name: Add PRs to review Vac task board
on: on:
pull_request: pull_request:
types:
- opened
jobs: jobs:
add-to-project: add-to-project: