Skip to content

Commit 2f53b0e

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 <a_meszaros@apple.com>
1 parent 3ba9424 commit 2f53b0e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.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)