ci: run actions on PRs

This commit is contained in:
Elliot DeNolf
2022-08-17 20:12:43 -04:00
parent 135b1bcdd7
commit a2fa99d06f

View File

@@ -1,8 +1,10 @@
name: build
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, edited, synchronize]
push:
branches: ['master']
jobs:
build_yarn: