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