Skip to content

Commit 08a7a83

Browse files
Fix up redcode publish action
1 parent 59afe3f commit 08a7a83

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/redcode-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: redcode-ci
2+
13
on:
24
push:
35
branches:

.github/workflows/redcode-publish.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
name: redcode-ci
2+
13
on:
2-
push:
3-
tags:
4-
- redcode-v*
4+
release:
5+
types:
6+
- created
7+
- edited
58

69
defaults:
710
run:

0 commit comments

Comments
 (0)