chore(workflows): add-pr-to-project-board only trigger on `opened`

This is to avoid getting these failing CI tasks where adding a PR to the
board fails when it was already added before (happens when pushing into
an existing PR).
This commit is contained in:
r4bbit 2024-02-20 11:37:13 +01:00 committed by Ricardo Guilherme Schmidt
parent 03bc6559ae
commit 5c564a8050
1 changed files with 2 additions and 0 deletions

View File

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