mirror of https://github.com/stella-emu/stella.git
Run the build GHA on pushes as well as PRs (#937)
This ensures that commits get a checkmark if they pass all tests. Signed-off-by: Stephen Kitt <steve@sk2.org> Signed-off-by: Stephen Kitt <steve@sk2.org>
This commit is contained in:
parent
35bc4ac8b6
commit
9ce0d374f6
|
@ -3,6 +3,7 @@ name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
push:
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue