Skip to content

Commit

Permalink
Merge pull request #28 from WickyNilliams/chore/ci-triggers
Browse files Browse the repository at this point in the history
only deploy docs on tag or manual run
  • Loading branch information
WickyNilliams authored Apr 18, 2024
2 parents 48915e5 + bae87e1 commit 9f04d36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Deploy to GitHub Pages

on:
# Trigger the workflow every time you push to the `main` branch
# Using a different branch name? Replace `main` with your branch’s name
# Trigger the workflow every time there's a semantic version tag
push:
branches: [main]
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:

Expand Down

0 comments on commit 9f04d36

Please sign in to comment.