mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
This commit is contained in:
@@ -2,6 +2,10 @@ name: ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
@@ -43,7 +47,6 @@ jobs:
|
||||
uses: dorny/paths-filter@v2
|
||||
id: filter
|
||||
with:
|
||||
base: ${{ github.ref }}
|
||||
filters: |
|
||||
all:
|
||||
- "**"
|
||||
|
||||
Reference in New Issue
Block a user