Skip to content

Commit

Permalink
last one
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Aug 23, 2022
1 parent 0f34e23 commit 4cc2444
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ on:
push:
branches:
- master
# paths:
# - "superset-frontend/**"
paths:
- "superset-frontend/**"
# this will allow us to see how the Storybook builds when a PR has been created that has changes in the frontend folder
# NOTE: pull_request_target actions will always run the version of this action on master branch
# you will not see changes in the action behavior until this action's changes have been merged to master.
# This is a security precaution so that PR coming from a fork cannot access a Github secret without a repo
# committer aproving and merging the PR declaring the action safe.
pull_request:
pull_request_target:
# We want this action to run under specific pull request changes
# opened: pull request is created
# synchronize: commit(s) pushed to the pull request
# reopened: closed pull request is reopened
types: [opened, synchronize, reopened]
# paths:
# - "superset-frontend/**"
paths:
- "superset-frontend/**"

# List of jobs
jobs:
Expand Down

0 comments on commit 4cc2444

Please sign in to comment.