Skip to content

Commit

Permalink
Revert to on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashdoughty committed Nov 9, 2019
1 parent c5279f0 commit 2ac9cf7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Create Release

on: push
on:
push:
tags:
- 'v*'

jobs:
build:
Expand All @@ -9,7 +12,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@master

- name: Create Release
id: create_release
Expand Down

0 comments on commit 2ac9cf7

Please sign in to comment.