Skip to content

Commit 61f634c

Browse files
committed
disable ci
1 parent 9d30191 commit 61f634c

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
name: CI
22

3-
# on:
4-
# push:
5-
# branches:
6-
# - master
7-
# - release/*
8-
# pull_request:
9-
# branches:
10-
# - master
11-
# - release/*
3+
on:
4+
push:
5+
branches-ignore:
6+
- '**'
7+
# push:
8+
# branches:
9+
# - master
10+
# - release/*
11+
# pull_request:
12+
# branches:
13+
# - master
14+
# - release/*
1215

1316
jobs:
1417
linux:

0 commit comments

Comments
 (0)