Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/johnpierson/Relay
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpierson committed Aug 9, 2022
2 parents 3cff06e + fa4156a commit 4007696
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/StableRelease.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Create Release
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, 'v*')
steps:
- uses: actions/checkout@master
- name: Archive Release
Expand Down

0 comments on commit 4007696

Please sign in to comment.