Update GitHub Actions to trigger on pull requests
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
name: Build and Test
|
||||
on:
|
||||
push:
|
||||
pull-request:
|
||||
- opened
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user