Skip to content

Commit

Permalink
Enable workflows also on PR updates
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@philips.com>
  • Loading branch information
marcofranssen committed Mar 1, 2022
1 parent b683690 commit db23432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous integration
on:
push:
pull_request:
types: [ opened, reopened ]
types: [ opened, reopened, synchronize ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit db23432

Please sign in to comment.