Skip to content

Commit

Permalink
update build script to require tag
Browse files Browse the repository at this point in the history
  • Loading branch information
OrionReed committed Mar 28, 2024
1 parent 9eb3ac0 commit 219cf8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build and Release

on:
on:
push:
branches:
- main
tags:
- '*'

jobs:
build:
Expand Down

0 comments on commit 219cf8b

Please sign in to comment.