mirror of https://github.com/logos-co/staking.git
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:
parent
03bc6559ae
commit
5c564a8050
|
@ -2,6 +2,8 @@ name: Add PR to task board
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
|
||||
jobs:
|
||||
add-to-project:
|
||||
|
|
Loading…
Reference in New Issue