Commit 184dc41
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
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
| |||
0 commit comments