Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: Build Cache
on:
push:
branches:
- "**"
- "!dependabot/**"
- "!xgopilot/**"
- main
tags:
- "*"
pull_request:
branches: ["**"]

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/doc-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Doc Link Checker
on:
push:
branches:
- "**"
- "!dependabot/**"
- "!xgopilot/**"
- main
tags:
Comment thread
cpunion marked this conversation as resolved.
Outdated
- "*"
paths:
- "README.md"
pull_request:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Docs
on:
push:
branches:
- "**"
- "!dependabot/**"
- "!xgopilot/**"
- main
tags:
- "*"
pull_request:
branches: ["**"]

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Format Check
on:
push:
branches:
- "**"
- "!dependabot/**"
- "!xgopilot/**"
- main
tags:
Comment thread
cpunion marked this conversation as resolved.
Outdated
- "*"
pull_request:
branches: ["**"]

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: Go
on:
push:
branches:
- "**"
- "!dependabot/**"
- "!xgopilot/**"
- main
tags:
Comment thread
cpunion marked this conversation as resolved.
Outdated
- "*"
pull_request:
branches: ["**"]

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/llgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: LLGo
on:
push:
branches:
- "**"
- "!dependabot/**"
- "!xgopilot/**"
- main
tags:
Comment thread
cpunion marked this conversation as resolved.
Outdated
- "*"
pull_request:
branches: ["**"]

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: Release Build
on:
push:
branches:
- "**"
- "!dependabot/**"
- "!xgopilot/**"
tags: ["*"]
- main
tags:
- "*"
pull_request:
branches: ["**"]

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stdlib-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Stdlib Coverage
on:
push:
branches:
- "**"
- "!dependabot/**"
- "!xgopilot/**"
- main
tags:
- "*"
pull_request:
branches: ["**"]

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Targets
on:
push:
branches:
- "**"
- "!dependabot/**"
- "!xgopilot/**"
- main
tags:
- "*"
pull_request:
branches: ["**"]

Expand Down
Loading