Skip to content

Commit

Permalink
Initial release test
Browse files Browse the repository at this point in the history
  • Loading branch information
BorntraegerMarc committed Oct 2, 2020
1 parent 124a2f8 commit 2eb8257
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: release

on:
release:
types: [published]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
release:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v2
- run: echo 'asdf'

0 comments on commit 2eb8257

Please sign in to comment.