File tree 3 files changed +6
-4
lines changed 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Build
2
2
3
- # Trigger on push or via manual dispatch.
4
- on : [push, workflow_dispatch]
3
+ # Trigger on push, pull request, or via manual dispatch.
4
+ on : [push, pull_request, workflow_dispatch]
5
5
6
6
jobs :
7
7
build :
Original file line number Diff line number Diff line change 60
60
#include " hwy/aligned_allocator.h"
61
61
#include " hwy/base.h"
62
62
#include " hwy/contrib/thread_pool/thread_pool.h"
63
- #include " sentencepiece_processor.h"
63
+ // copybara:import_next_line:sentencepiece
64
+ #include " src/sentencepiece_processor.h"
64
65
65
66
namespace gcpp {
66
67
Original file line number Diff line number Diff line change 33
33
#include " hwy/aligned_allocator.h"
34
34
#include " hwy/base.h" // hwy::bfloat16_t
35
35
#include " hwy/contrib/thread_pool/thread_pool.h"
36
- #include " sentencepiece_processor.h"
36
+ // copybara:import_next_line:sentencepiece
37
+ #include " src/sentencepiece_processor.h"
37
38
38
39
namespace gcpp {
39
40
You can’t perform that action at this time.
0 commit comments