Skip to content

Commit

Permalink
add synchronize for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhelfand committed Apr 12, 2021
1 parent e0bf1c9 commit 55a0916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: golangci-lint
on:
push:
pull_request:
types: [opened, reopened]
types: [opened, reopened, synchronize]

jobs:
golangci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test-gh
on:
push:
pull_request:
types: [opened, reopened]
types: [opened, reopened, synchronize]
jobs:
test-all:
name: Test GH
Expand Down

0 comments on commit 55a0916

Please sign in to comment.