Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Changed development to master in docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Landon Owen committed Sep 6, 2022
1 parent afddd83 commit 88cd243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: PeleMP-Docs

on:
push:
branches: [development]
branches: [master]
paths:
- 'Docs/**'
- 'README.rst'
- '.github/workflows/docs.yml'
pull_request:
branches: [development]
branches: [master]
paths:
- 'Docs/**'
- 'README.rst'
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
echo "::remove-matcher owner=sphinx-problem-matcher::"
touch ${{runner.workspace}}/build-docs/sphinx/html/.nojekyll
- name: Deploy
if: github.event_name == 'push' && github.ref == 'refs/heads/development'
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 88cd243

Please sign in to comment.