Skip to content

Commit

Permalink
ci: run PR checks on PRs against all branches (#4223)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Jun 26, 2023
1 parent 0fabd74 commit 9ec5633
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Go Benchmarks
on:
push:
branches:
- '*'
- '**'

permissions:
contents: write
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/pr_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ concurrency:
on:
pull_request:
branches:
- '*'
- '**'
push:
branches:
- 'main'
- 'release/[0-9]+.[0-9]+.x'
tags:
- '*'
- '**'
workflow_dispatch: {}

jobs:
Expand Down

0 comments on commit 9ec5633

Please sign in to comment.