We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d372569 commit 9b55697Copy full SHA for 9b55697
.github/workflows/release.yml
@@ -1,10 +1,13 @@
1
+name: Publish Release
2
on:
3
release:
4
types: [created]
-name: Publish Release
5
jobs:
6
generate:
7
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'
11
runs-on: ubuntu-latest
12
steps:
13
- name: "Build DISCVR"
0 commit comments