Skip to content

Commit

Permalink
Test: release on develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mschilling committed Feb 12, 2020
1 parent dcd1dbf commit eadd5e1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: GeekBites - Release

on:
push:
branches:
- develop

jobs:
release-on-push:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: rymndhng/release-on-push-action@master
with:
strategy: patch

0 comments on commit eadd5e1

Please sign in to comment.