Skip to content

Commit

Permalink
Start Github Actions also for edited PRs (#2796) [ci fast]
Browse files Browse the repository at this point in the history
* Start Github Actions also for edited PRs

The PR action is not started automatically: #2781
It seems to be related to 6e23e03

Signed-off-by: Lehmann-Fabian <fabian.lehmann@informatik.hu-berlin.de>
  • Loading branch information
Lehmann-Fabian committed Apr 14, 2022
1 parent 7f7cdad commit 78f5c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
tags-ignore:
- '*'
pull_request:
types: [opened, reopened]
types: [opened, reopened, synchronize]

jobs:
build:
Expand Down

0 comments on commit 78f5c10

Please sign in to comment.