Skip to content

Commit b7d90b2

Browse files
committed
tidying up stuff, downloads badge
1 parent 9d0d996 commit b7d90b2

File tree

7 files changed

+41
-229
lines changed

7 files changed

+41
-229
lines changed

.github/workflows/build_dev_container.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

.github/workflows/build_dev_exe.yml

Lines changed: 0 additions & 117 deletions
This file was deleted.

.github/workflows/build_prod_container.yml renamed to .github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create Prod Image
1+
name: docker image
22
on:
33
release:
44
types: [published]

.github/workflows/build_prod_exe.yml renamed to .github/workflows/releases.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Publish Compute Releases
1+
name: releases
22

33
on:
44
release:
@@ -9,7 +9,6 @@ permissions:
99

1010
jobs:
1111
check_release:
12-
if: "! contains(github.event.release.tag_name, '-dev')" # skip if the tag ends with -dev
1312
runs-on: ubuntu-latest
1413
steps:
1514
- name: Echo tag

0 commit comments

Comments
 (0)