Skip to content

Commit

Permalink
add sync (#371)
Browse files Browse the repository at this point in the history
Adds synchronize activity to verify-pr workflow. Since it only reacts when PR body or title gets created or updated, it wasn't syncing with every commit push.

category: bug
ticket: none
  • Loading branch information
dB2510 authored Apr 6, 2022
1 parent aa154e1 commit 4ec9732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-pr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: verify-pr
on:
pull_request:
types: [opened, reopened, edited]
types: [opened, reopened, edited, synchronize]

jobs:
verify:
Expand Down

0 comments on commit 4ec9732

Please sign in to comment.