Skip to content

Commit aca1259

Browse files
committed
update workflows
1 parent 820ad63 commit aca1259

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run checks on push or PR to main
1+
name: main
22

33
on:
44
push:

.github/workflows/publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release
1+
name: publish_docs
22

33
on:
44
release:

.github/workflows/release.yml renamed to .github/workflows/release_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release
1+
name: release_to_pypi
22

33
on:
44
release:

0 commit comments

Comments
 (0)