Skip to content

Commit

Permalink
Merge pull request #29 from DarkFlorist/MicahZoltu-patch-1
Browse files Browse the repository at this point in the history
Only deploy on version tag.
  • Loading branch information
MicahZoltu authored Feb 28, 2024
2 parents 585862d + 36db79a commit 8621a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: deploy-gh-pages
on:
push:
branches:
- main
tags:
- v*
jobs:
unit-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8621a9d

Please sign in to comment.