Skip to content

Commit

Permalink
fix: also trigger docs publishing on main (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicalNinjaDad authored Mar 1, 2024
1 parent 67cf333 commit 72b412c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Deploy mkdocs site to Pages

on:
# Runs on pushes targeting the default branch or any branch named docs/*
# Runs on pushes targeting main or any branch named docs/*
push:
branches:
- $default-branch
- "main"
- "docs/**"

# Allows you to run this workflow manually from the Actions tab
Expand Down

0 comments on commit 72b412c

Please sign in to comment.