Skip to content

Commit ca8bc30

Browse files
committed
Restore build policy
1 parent 1452961 commit ca8bc30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22
on:
33
push:
4-
branches: [LlavaAPI]
5-
# pull_request:
6-
# branches: [master]
4+
branches: [master]
5+
pull_request:
6+
branches: [master]
77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref }}
99
cancel-in-progress: true

0 commit comments

Comments
 (0)