mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
**IMPORTANT FIX**
- pull_request_target trigger does not verify the requesters commit(s) - is more to be used for automations like labeling, commenting, ... - stuff where a token with write access to the repo is necesarry
This commit is contained in:
parent
338efa5a7a
commit
0596ebd5a9
2
.github/workflows/test-invoke-conda.yml
vendored
2
.github/workflows/test-invoke-conda.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'development'
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'development'
|
||||
|
Loading…
Reference in New Issue
Block a user