Skip to content

Commit

Permalink
add back stuff deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
mingness committed May 29, 2024
1 parent b6e9d9d commit dbbce4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-pr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Deploy PR CI
on:
issue_comment:
types: [created]
push:
branches-ignore:
- main
pull_request:
types:
- opened
Expand All @@ -10,6 +15,7 @@ jobs:
release:
name: Deploy website
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]') && (contains(github.event.comment.body, 'Deploy') || contains(github.event.comment.body, 'deploy') || github.event_name == 'push' || github.event_name == 'pull_request')"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit dbbce4e

Please sign in to comment.