Skip to content

Commit

Permalink
Only upload docs on master
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPirates committed Feb 1, 2024
1 parent 307f617 commit bf26e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
if: github.ref == 'refs/heads/master'
with:
path: dir
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit bf26e1a

Please sign in to comment.