Skip to content

Commit 04aa639

Browse files
authored
Update lock file (#122)
* Update lock file * Run on main only
1 parent b96c887 commit 04aa639

File tree

2 files changed

+384
-520
lines changed

2 files changed

+384
-520
lines changed

.github/workflows/build.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
name: Lighter CI
22

3-
on: [push, pull_request]
4-
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
511
jobs:
612
build:
713
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)