Skip to content

Commit

Permalink
Update generate-and-publish-mkdocs.yml
Browse files Browse the repository at this point in the history
Changed github action to only release new docs when new stable release is published. See https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#release for full list of possible release events to subscribe to
  • Loading branch information
JSv4 authored Aug 1, 2024
1 parent 22c4d94 commit 57049f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-and-publish-mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish Docs

on:
push:
branches:
- main
release:
types: [released]
workflow_dispatch:

jobs:
create-mkdocs-docs:
Expand Down

0 comments on commit 57049f3

Please sign in to comment.