Skip to content

Commit

Permalink
single to double quotes for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
wardz committed Mar 24, 2022
1 parent df904d3 commit 7156aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- master
tags:
- v*
- '!**-alpha**'
- "v*"
- "!**-alpha**"
pull_request:
branches:
- master
Expand Down

0 comments on commit 7156aec

Please sign in to comment.