ci: release should only run with a main main ref
parent
162ebaa8fa
commit
f6e93c8748
|
|
@ -27,7 +27,8 @@ jobs:
|
|||
github.event_name == 'workflow_dispatch' ||
|
||||
(
|
||||
github.event.workflow_run.conclusion == 'success' &&
|
||||
github.repository_owner == 'mitchellh'
|
||||
github.repository_owner == 'mitchellh' &&
|
||||
github.ref_name == 'main'
|
||||
)
|
||||
}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue