Skip to content

Commit

Permalink
Merge pull request #3631 from wasmerio/ci_add_pr_opened
Browse files Browse the repository at this point in the history
[CI] Add opened type for pull_request on test.yaml
  • Loading branch information
syrusakbary authored Feb 28, 2023
2 parents bb69046 + e41f75a commit b86021f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- '**'
pull_request:
types: [ synchronize ]
types: [ opened, synchronize ]
workflow_dispatch:
inputs:
release:
Expand Down

0 comments on commit b86021f

Please sign in to comment.