Skip to content

Commit 89a4cc9

Browse files
committed
update github CI
1 parent 8c182f0 commit 89a4cc9

File tree

5 files changed

+51
-201
lines changed

5 files changed

+51
-201
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: check version
2+
on:
3+
pull_request:
4+
paths-ignore:
5+
- README.md
6+
- docs/readme.md
7+
- docs/readme.rst
8+
branches:
9+
- master
10+
jobs:
11+
check-version:
12+
uses: QualiSystems/.github/.github/workflows/shell-check-version.yml@master

.github/workflows/shell-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Shell CI
2+
on:
3+
push:
4+
paths-ignore:
5+
- README.md
6+
- docs/readme.md
7+
- docs/readme.rst
8+
branches-ignore:
9+
- master
10+
jobs:
11+
shell-ci:
12+
uses: QualiSystems/.github/.github/workflows/shell-py-37-39.yml@master
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: github release
2+
on:
3+
push:
4+
paths-ignore:
5+
- README.md
6+
- docs/readme.md
7+
- docs/readme.rst
8+
branches:
9+
- master
10+
jobs:
11+
shell-ci:
12+
uses: QualiSystems/.github/.github/workflows/shell-py-37-39.yml@master
13+
github-release:
14+
needs: shell-ci
15+
uses: QualiSystems/.github/.github/workflows/shell-github-release.yml@master
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: update release
2+
on: workflow_dispatch
3+
jobs:
4+
shell-ci:
5+
uses: QualiSystems/.github/.github/workflows/shell-py-37-39.yml@master
6+
with:
7+
run-pre-commit: false
8+
github-release:
9+
needs: shell-ci
10+
uses: QualiSystems/.github/.github/workflows/shell-github-release.yml@master
11+
with:
12+
update: true

.github/workflows/shells-ci.yml

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)