Skip to content

Commit

Permalink
run actions on pushes on prs (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwnance committed Aug 11, 2023
1 parent a175005 commit ff3f80d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Perform continuous integration tests on updates and pull requests
name: Build test
on:
pull_request_review:
types: [submitted]
pull_request:
types: [synchronize]

jobs:
build:
Expand Down
File renamed without changes.

0 comments on commit ff3f80d

Please sign in to comment.