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

Commit 595fa85

Browse files
committed
Run quick-check on main
1 parent f02f491 commit 595fa85

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/ci-full-check.yml

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: CI-full-check
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- main
8-
- release/**
95

106
jobs:
117
action-inputs:

.github/workflows/ci-quick-check.yml

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: CI-quick-check
33
on:
44
workflow_dispatch:
55
push:
6-
branches-ignore:
7-
- main
8-
- release/**
96

107
jobs:
118
action-inputs:

0 commit comments

Comments
 (0)