Skip to content

Commit 9b55697

Browse files
committed
Publish release artifacts
1 parent d372569 commit 9b55697

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
name: Publish Release
12
on:
23
release:
34
types: [created]
4-
name: Publish Release
55
jobs:
66
generate:
77
name: Create release-artifacts
8+
# See: https://help.github.com/en/actions/reference/contexts-and-expression-syntax-for-github-actions#github-context
9+
# https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables#default-environment-variables
10+
if: github.repository == 'BimberLab/DiscvrLabKeyModules'
811
runs-on: ubuntu-latest
912
steps:
1013
- name: "Build DISCVR"

0 commit comments

Comments
 (0)