Skip to content

Commit

Permalink
chore: remove edit event from action
Browse files Browse the repository at this point in the history
  • Loading branch information
lChen-dev committed Nov 6, 2021
1 parent e07b611 commit c2cd6fb
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/preview-theme.yml
Expand Up @@ -7,21 +7,12 @@ on:
- master
- theme-preview-script
- "themes/index.js"
issue_comment:
types: [edited]

jobs:
comment:
if: contains(github.event.comment.html_url, '/pull/')
runs-on: ubuntu-latest
steps:
- name: say hello
if: contains(github.event.comment.body, 'Automated Theme Preview')
run: |
echo say hello
build:
runs-on: ubuntu-latest
name: Install & Preview

steps:
- uses: actions/checkout@v1
- uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit c2cd6fb

Please sign in to comment.