Skip to content

Commit 81111c3

Browse files
committed
Use edge branch in scheduled builds on GitHub
Fix #1566
1 parent 0528a03 commit 81111c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-binaries.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
uses: actions/checkout@v3
4848
with:
4949
fetch-depth: 0
50+
- name: Fetch edge branch (for scheduled build only)
51+
shell: bash
52+
if: github.event.schedule
53+
run: git checkout edge
5054
- name: Get GNAT toolchain with alire
5155
shell: bash
5256
run: |

0 commit comments

Comments
 (0)