Skip to content

Commit

Permalink
Fix the condition to deploy YARD
Browse files Browse the repository at this point in the history
In tagged events, the `github.ref_name` is never `main`.
  • Loading branch information
kg8m committed Dec 28, 2024
1 parent dbac092 commit adf38e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
name: Build and deploy YARD
if: github.ref_name == 'main'
steps:
- uses: kachick/deploy-yard-to-pages@v1
id: deployment

0 comments on commit adf38e2

Please sign in to comment.