Skip to content

Commit

Permalink
Relax guard for deploy trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jan 15, 2025
1 parent 0ce558b commit eca0284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_site_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
if: github.event.sender.login == 'pankona' && github.event_name != 'pull_request'
if: github.event_name != 'pull_request'
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit eca0284

Please sign in to comment.