Skip to content

Commit 96cbe73

Browse files
committed
Github actions cleanup
1 parent 318d76e commit 96cbe73

8 files changed

+9
-7
lines changed
File renamed without changes.

Diff for: .github/workflows/pages.yml renamed to .github/workflows/github-pages.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: Deploy website to GitHub Pages
1+
name: Pages - deploy
22

33
on:
44
# Runs on pushes targeting the default branch
55
push:
66
branches: ["main"]
7+
paths: [website]
78

89
# Allows you to run this workflow manually from the Actions tab
910
workflow_dispatch:

Diff for: .github/workflows/make-js-docs.yml renamed to .github/workflows/js-docs-builder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generate JS docs
1+
name: JS - generate docs
22

33
on:
44
# Runs on pushes targeting the default branch

Diff for: .github/workflows/npm.yml renamed to .github/workflows/js-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Magika to npm
1+
name: JS - publish
22
on:
33
workflow_dispatch:
44
release:

Diff for: .github/workflows/jstest.yml renamed to .github/workflows/js-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
name: JavaScript tests
1+
name: JS - tests
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- 'main'

Diff for: .github/workflows/e2e-test.yml renamed to .github/workflows/python-e2e-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python
1+
name: Python - integration tests
22
on:
33
push:
44
branches:

Diff for: .github/workflows/pypi.yml renamed to .github/workflows/python-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Magika to pypi
1+
name: Python - publish
22

33
on:
44
workflow_dispatch:

Diff for: .github/workflows/pytest.yml renamed to .github/workflows/python-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python
1+
name: Python - test
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)