Skip to content

Commit

Permalink
Add support for pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 authored Sep 1, 2024
1 parent 7b2504f commit 78f61e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: npm run build

- name: Upload artifact
if: success() && github.event_name != 'pull_request' && github.repository == 'Super12138/Ask-Yourself'
uses: actions/[email protected]
with:
path: dist
Expand All @@ -53,5 +54,6 @@ jobs:
name: Deploy
steps:
- name: Deploy to GitHub Pages
if: success() && github.event_name != 'pull_request' && github.repository == 'Super12138/Ask-Yourself'
id: deployment
uses: actions/[email protected]

0 comments on commit 78f61e4

Please sign in to comment.