Skip to content

Commit dff679f

Browse files
committed
fix(ci): CI runs on all pushes
1 parent 8672289 commit dff679f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/pkl/ci.pkl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import "common.pkl"
55

66
name = "CI"
77

8-
on {}
8+
on = "push"
99

1010
jobs {
1111
["build"] {

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generated from Workflow.pkl. DO NOT EDIT.
22
name: CI
3-
'on': {}
3+
'on': push
44
jobs:
55
build:
66
runs-on: ubuntu-slim

0 commit comments

Comments
 (0)