Skip to content

Commit

Permalink
update rules for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
smac89 committed Mar 30, 2020
1 parent 857a5f0 commit 30b4dc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- published

jobs:
run-test-latest:
run-tag-latest:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- 'release/**'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
run-tests:
Expand Down

0 comments on commit 30b4dc3

Please sign in to comment.