chore: trigger add-pr-to-project-board only on opened PRs

This commit is contained in:
r4bbit 2024-02-20 11:40:04 +01:00
parent 64df3b71ea
commit c55e8f8d32
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 PR task board
on:
pull_request:
types:
- opened
jobs:
add-to-project: