Merge pull request #5991 from vector-im/michaelk/fix_typo_in_post_pr

Fix typo - pull-request -> pull_request
This commit is contained in:
Michael Kaye 2022-05-09 15:13:56 +01:00 committed by GitHub
commit fa96d2a703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ name: Integration Tests
# Further filtering occurs in 'should-i-run'
on:
pull-request:
pull_request:
types: [closed]
branches: [develop]