Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Nov 22, 2023
1 parent b22c59a commit 78c4228
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CI/CD"
name: "CI Tests"

on:
push:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: "CI/CD"
name: "CD"

run-name: "Release ${{ github.ref_name }}"

on:
release:
Expand Down

0 comments on commit 78c4228

Please sign in to comment.