Skip to content

Commit 255ac88

Browse files
author
Rob Tjalma
authored
Merge pull request #31 from com-pas/release-project
Small changes regarding github actions
2 parents 387ce50 + efc6838 commit 255ac88

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

.github/workflows/npm_build.yml renamed to .github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: NodeJS Build
1+
name: Build Project
22

33
on: push
44

.github/workflows/dockerhub_publish.yml renamed to .github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
name: Docker Hub Publish
5+
name: Release Project
66

77
on:
88
release:

0 commit comments

Comments
 (0)