Skip to content

Commit

Permalink
ci: enable workflow for v* tags
Browse files Browse the repository at this point in the history
  • Loading branch information
furmur committed Apr 9, 2024
1 parent 6c64ed6 commit 431ce62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: build/deploy
on:
pull_request:
push:
branches: [ master ]
branches:
- "*"
tags:
- 'v*'

jobs:
build:
Expand Down

0 comments on commit 431ce62

Please sign in to comment.