Skip to content

Commit

Permalink
Fix github workflow to build on tags too
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr committed Mar 30, 2021
1 parent a103564 commit 14cf63a
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 @@ -6,6 +6,8 @@ name: test
on:
push:
branches: '*'
tags:
- '**'
pull_request:
branches: [ master ]

Expand Down

0 comments on commit 14cf63a

Please sign in to comment.