Skip to content

Commit

Permalink
Update to use event
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Aug 2, 2024
1 parent b7d4d06 commit 4056e5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Chromatic"

on:
push:
pull_request_target:
pull_request:
types: [assigned, opened, synchronize, reopened]

jobs:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Lint
on:
push:
# Runs against the workflow and code from the merge commit
# pull_request:
# types: [ opened, synchronize, reopened ]
pull_request:
types: [ opened, synchronize, reopened ]
# Runs against the workflow and code from the base of the pull request
pull_request_target:
types: [opened, synchronize, reopened]
# pull_request_target:
# types: [opened, synchronize, reopened]

env:
DISABLE_PROGRESS: true
Expand Down

0 comments on commit 4056e5b

Please sign in to comment.