Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
do not run test when publishing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
subosito committed Oct 13, 2020
1 parent cdd6076 commit 225a3f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags-ignore:
- '*'
jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 225a3f6

Please sign in to comment.