Skip to content

Commit

Permalink
change when publish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
trhallam authored Sep 10, 2024
1 parent 32395aa commit c60d1a8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/mkdocs-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Publish docs via GitHub Pages

on: [push, pull_request]
on:
push:
branches: [main]
tags-ignore:
- v*
pull_request:
branches: [main]
release:
types: [released]

jobs:
mkdocs:
Expand Down

0 comments on commit c60d1a8

Please sign in to comment.