Skip to content

Commit

Permalink
chore: run github actions on pull_request instead of push (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
coadler committed Apr 15, 2022
1 parent 88e30be commit a13ccee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: coder

on:
push:
branches:
- main
tags:
- "*"

pull_request:

workflow_dispatch:

Expand Down

0 comments on commit a13ccee

Please sign in to comment.