Skip to content

Commit df387e2

Browse files
committed
Add on: push
1 parent 2213fa8 commit df387e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Job, Workflow } from "../../lib";
22

33
const workflow = new Workflow("CI", {
4+
on: "push",
45
permissions: {},
56
});
67

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# DO NOT EDIT THIS FILE
22
# This file is automatically generated by ghats (https://www.npmjs.com/package/ghats)
33
# Edit the workflow in .github/workflows/ci.ts instead.
4-
{"name":"CI","permissions":{},"on":{"push":{}},"jobs":{"test":{"runs-on":"ubuntu-latest","permissions":{"contents":"read"},"steps":[{"uses":"actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683","with":{"persist-credentials":"false"}},{"uses":"jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8"},{"run":"bun install --frozen-lockfile"},{"run":"bun test"}]}}}
4+
{"name":"CI","permissions":{},"on":"push","jobs":{"test":{"runs-on":"ubuntu-latest","permissions":{"contents":"read"},"steps":[{"uses":"actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683","with":{"persist-credentials":"false"}},{"uses":"jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8"},{"run":"bun install --frozen-lockfile"},{"run":"bun test"}]}}}

0 commit comments

Comments
 (0)