@@ -18,6 +18,9 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
+ pull_request:
+ types: [opened, synchronize, reopened]
+
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"