Skip to content

Commit 89262ab

Browse files
committed
improve: run PRs for every branch
Not sure why it seemed to be a good idea ti limit this on certain branches, with this PR we will run the workflow all the time, it helps especially with PRs on which we work together, and other may target branches of a PR with new additions. Signed-off-by: Attila Mészáros <[email protected]>
1 parent b775767 commit 89262ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
paths-ignore:
1212
- 'docs/**'
1313
- 'adr/**'
14-
branches: [ main, v1, v2, v3, next ]
1514
workflow_dispatch:
1615
jobs:
1716
check_format_and_unit_tests:

0 commit comments

Comments
 (0)