Browse Source

Change: [CI] Action Name

20230320
MengYX 4 years ago
parent
commit
701f750476
No known key found for this signature in database GPG Key ID: E63F9C7303E8F604
  1. 2
      .github/workflows/build.yml
  2. 2
      .github/workflows/post-release.yml
  3. 2
      .github/workflows/release-build.yml

2
.github/workflows/build.yml

@ -1,4 +1,4 @@
name: Build
name: Test Build
on:
push:
paths:

2
.github/workflows/release-docker.yml → .github/workflows/post-release.yml

@ -1,4 +1,4 @@
name: Publish Docker Image
name: Post Release
on:
release:
types: [ published ]

2
.github/workflows/release.yml → .github/workflows/release-build.yml

@ -1,4 +1,4 @@
name: Release and GitHub Pages
name: Build Release
on:
push:
Loading…
Cancel
Save