Skip to content

Commit

Permalink
Deploy docs on merges to main (#2002)
Browse files Browse the repository at this point in the history
The minder docs are mean to be bleeding edge. This changes the deploy
trigger to build on merges to `main` instead of on every release.
  • Loading branch information
JAORMX authored Dec 21, 2023
1 parent d549a73 commit c228baa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Deploy docs to GitHub Pages
on:
workflow_dispatch:
release:
types: [created]
push:
branches:
- main
permissions:
contents: write
jobs:
Expand Down

0 comments on commit c228baa

Please sign in to comment.