Skip to content

Commit ef8b444

Browse files
authored
Use dev branch
1 parent 486d777 commit ef8b444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
17-
run: julia -e 'using CompatHelper; CompatHelper.main()'
17+
run: julia -e 'using CompatHelper; CompatHelper.main(; master_branch = "dev")'

0 commit comments

Comments
 (0)