Skip to content

Commit

Permalink
ci: add on push tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Feb 28, 2023
1 parent 03676e9 commit 1802307
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: Build
on:
push:
branches:
- main
- main
tags:
- '*'
pull_request:
branches:
- main
- main

jobs:
build:
Expand Down

0 comments on commit 1802307

Please sign in to comment.