Commit 1dfbf7a
committed
Packages/doc/developers.rst: Update it
The compile check for each commit in c3e7dc3 (.github/workflows: Add
job to compile test each commit, 2023-12-22) suffers from an issue when
the release branch is empty. In this case we then assume that the branch
in question is forked from the release branch instead of main. This
results in checking all commits in main since the release branch forked
off.
By adding an empty commit to the release branch we can circumvent the
problem.1 parent 743b49c commit 1dfbf7a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
0 commit comments