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:
|
||||
branches:
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build_compute01:
|
||||
|
|
Loading…
Reference in a new issue