Skip to content

Commit

Permalink
build: Run Pull Request workflow for synchronize event
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanmaity1234 committed Oct 9, 2023
1 parent ce08f38 commit 426b4fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: On Pull Request

on:
pull_request:
types: [ opened, reopened, review_requested, edited, ready_for_review ]
types: [ opened, reopened, review_requested, edited, ready_for_review, synchronize ]
paths:
- 'backend/**'
- 'frontend/**'
Expand Down
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fileignoreconfig:
- filename: frontend/mock-data/data.json
checksum: 4baf61952ab3261089ae57c7a91f920e4cb8c67425d99861b7cbff6a1eaec60e
- filename: frontend/package-lock.json
checksum: d05d2965155ef718d1094fc5032d5c45f559b03c48ef02546fcbeef2e68ae077
checksum: 36420624bcf1b22e049fa4d4515b770bfa99416bd7838203e41f36f394002886
- filename: frontend/src/components/Dashboard.vue
checksum: 55c522358eb8c8cdd66b948f52d837d7f092c9416df3a2b01284a805c1900b0e
- filename: frontend/src/components/GridCell.vue
Expand Down

0 comments on commit 426b4fe

Please sign in to comment.