Skip to content

Commit 184dc41

Browse files
authored
Run CI against all PRs, not only for PR with master base branch (#1186)
When @Vizonex created PR against capi working branch, these PRs didn't run CI tests. If I understand correctly how GitHub works, it is because of the current filters for `pull_request` event. The proposal drops the filters for `pull_request` event, all PRs will be tested regardless of the base branch name.
1 parent e19ccb8 commit 184dc41

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ on:
1212
tags:
1313
- v*
1414
pull_request:
15-
branches:
16-
- master
17-
- >-
18-
[0-9].[0-9]+
1915
schedule:
2016
- cron: 0 6 * * * # Daily 6AM UTC build
2117

0 commit comments

Comments
 (0)