chore: run github actions on pull_request instead of push (#1035)

This commit is contained in:
Colin Adler
2022-04-15 15:55:13 -04:00
committed by GitHub
parent 88e30bec55
commit a13cceea3b

View File

@ -2,6 +2,12 @@ name: coder
on:
push:
branches:
- main
tags:
- "*"
pull_request:
workflow_dispatch: