Skip to content

Commit

Permalink
fix: only trigger build on tagged release (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
bootloopmaster636 authored Oct 10, 2023
1 parent f1a296c commit 690366f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Flutter CI

on:
push:
tags:
"v*.*.*"

jobs:
build-and-release-windows:
Expand Down

0 comments on commit 690366f

Please sign in to comment.