mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore: run github actions on pull_request instead of push (#1035)
This commit is contained in:
6
.github/workflows/coder.yaml
vendored
6
.github/workflows/coder.yaml
vendored
@ -2,6 +2,12 @@ name: coder
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
pull_request:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
Reference in New Issue
Block a user