Skip to content

Commit

Permalink
Switch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
BuonOmo committed Jun 17, 2021
1 parent a43ef67 commit a42c786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- run: crystal tool format && git diff --exit-code
if: matrix.crystal == 'latest'
- run: crystal docs
if: matrix.doc && github.repository_owner == 'BuonOmo' && github.event_name == 'push' && github.ref == 'refs/heads/master'
if: matrix.doc && github.repository_owner == 'BuonOmo' && github.event_name == 'push' && github.ref == 'refs/heads/main'
- name: Deploy doc
uses: JamesIves/[email protected]
if: matrix.doc && github.repository_owner == 'BuonOmo' && github.event_name == 'push' && github.ref == 'refs/heads/master'
if: matrix.doc && github.repository_owner == 'BuonOmo' && github.event_name == 'push' && github.ref == 'refs/heads/main'
with:
branch: gh-pages
folder: docs

0 comments on commit a42c786

Please sign in to comment.