Skip to content

Commit

Permalink
Add release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
neild3r committed Sep 5, 2021
1 parent 8381921 commit 389ca56
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release

on:
pull_request:
types: [ closed ]

jobs:
merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:

- run: |
echo PR #${{ github.event.number }} has been merged
echo Logged in as #${{ github.event.pull_request.user.login }}

0 comments on commit 389ca56

Please sign in to comment.