Skip to content

Commit

Permalink
release wf test
Browse files Browse the repository at this point in the history
  • Loading branch information
pSchlarb committed Mar 4, 2022
1 parent 194f696 commit e01a81b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Indy Plenum - Release Workflow
on:
release:
types: [published]

jobs:
test:
name: Test Trigger of Release
runs-on: ubuntu-latest
steps:
- run: |
echo "Run started from published and dump github event context"
- run: echo '${{toJSON(github.event)}}'
# - name: Teststepif
# if:

0 comments on commit e01a81b

Please sign in to comment.