From a13cceea3be06ff76825f7e3dbcb4508a4c6914c Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Fri, 15 Apr 2022 15:55:13 -0400 Subject: [PATCH] chore: run github actions on pull_request instead of push (#1035) --- .github/workflows/coder.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 15b883a5e9..917b072493 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -2,6 +2,12 @@ name: coder on: push: + branches: + - main + tags: + - "*" + + pull_request: workflow_dispatch: