Skip to content

Commit

Permalink
rename action
Browse files Browse the repository at this point in the history
  • Loading branch information
stoerr committed Dec 5, 2023
1 parent eeb6e9d commit 7694d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This builds develop and deploys a snapshot to our repository.
# Will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# Docker deployment is manual because that's quite a lot of computation time and we don't want to do it on every push.
name: Develop - Build and Deploy Snapshot
run-name: Develop - Build and Deploy Snapshot on ${{ github.ref_name }}
name: Develop - Build and Upload Snapshot
run-name: Develop - Build and Upload Snapshot from ${{ github.ref_name }}

on:
push:
Expand Down

0 comments on commit 7694d46

Please sign in to comment.