run the gates on the public branch too
The candidate ref never triggered anything, so a push to public produced no run and therefore no gate proof.
This commit is contained in:
parent
18144e2b43
commit
57898f8d5f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ name: ci
|
||||||
# branch, one meaning: green on primary means it built and it shipped.
|
# branch, one meaning: green on primary means it built and it shipped.
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [primary]
|
branches: [primary, public]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [primary]
|
branches: [primary]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue