Skip to content

Commit

Permalink
Update deploy triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Feb 29, 2024
1 parent b63190f commit dfea5bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Deploy to GitHub Pages

on:
release:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+' # ex. v1.0.0
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

0 comments on commit dfea5bb

Please sign in to comment.