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

View File

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