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