Skip to content

Commit

Permalink
Only deploy on version tags. (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahZoltu authored Feb 1, 2024
1 parent f8cee3c commit cf397ea
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:
- master
tags:
- v*
jobs:
unit-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cf397ea

Please sign in to comment.