Skip to content

Commit

Permalink
releases do not have v prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
izleads committed May 4, 2022
1 parent 27df9fb commit 10598f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: builder
on:
push:
tags:
- 'v*'
- '*'

jobs:
build:
name: Build Application
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 10598f8

Please sign in to comment.