feat(workflows): Run eval on push to main
This commit is contained in:
parent
ce45149dc3
commit
4a2a8ecd91
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_compute01:
|
build_compute01:
|
||||||
|
|
Loading…
Reference in a new issue