Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit d42f454

Browse files
refactor: fixup
1 parent f32710b commit d42f454

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test-on-pr-branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Test on PR branch
22
on: pull_request
33

44
jobs:
5+
test-on-per-branch:
56
runs-on: ubuntu-20.04
67
steps:
78
- name: Checkout

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Test On Push
22
on: push
33

44
jobs:
5+
test:
56
runs-on: ubuntu-20.04
67
steps:
78
- name: Checkout

0 commit comments

Comments
 (0)