Skip to content

Commit

Permalink
ci: Expand PR test triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Feb 16, 2022
1 parent b9d1e50 commit 02a3846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Expand Up @@ -2,7 +2,7 @@ name: Build and Test PR

on:
pull_request: # Trigger for pull requests.
types: [opened, synchronize, reopened]
types: [opened, synchronize, reopened, edited]
branches:
- master
- v[0-9]*
Expand Down

0 comments on commit 02a3846

Please sign in to comment.