Skip to content

Commit

Permalink
Merge pull request #101 from GoldenJaden/quickfix-PR-action
Browse files Browse the repository at this point in the history
Quickfix: added synchronize trigger on PR to actions
  • Loading branch information
GoldenJaden authored Oct 31, 2023
2 parents 1da02f9 + f8c340e commit 9b23f32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'v*'

pull_request:
types: [opened, edited]
types: [opened, edited, synchronize]
branches:
- '*'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-eslint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'v*'

pull_request:
types: [opened, edited]
types: [opened, edited, synchronize]
branches:
- '*'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'v*'

pull_request:
types: [opened, edited]
types: [opened, edited, synchronize]
branches:
- '*'

Expand Down

0 comments on commit 9b23f32

Please sign in to comment.