Skip to content
This repository was archived by the owner on Apr 30, 2023. It is now read-only.

Commit a33ce17

Browse files
authored
Merge pull request #222 from mareklibra/renameGithubActions
Fix github action names
2 parents 6e838d7 + 98e2391 commit a33ce17

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Diff for: .github/workflows/buildAndPush.yaml renamed to .github/workflows/mergeToMaster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and push
1+
name: Build and push on merge to master
22

33
on:
44
push:
File renamed without changes.

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and push
1+
name: Build and push on release (new tag)
22

33
on:
44
push:

0 commit comments

Comments
 (0)