Skip to content

Commit

Permalink
Make docs build on commit to main as well (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
qexat committed Apr 22, 2024
1 parent e8cd064 commit f6107c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:

permissions:
Expand All @@ -16,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
Expand Down

0 comments on commit f6107c6

Please sign in to comment.