Skip to content

Commit 774c021

Browse files
committed
update branch name
1 parent bf6fefd commit 774c021

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Runic formatting
22
on:
33
push:
44
branches:
5-
- 'master'
5+
- 'main'
66
- 'release-'
77
tags:
88
- '*'
@@ -13,10 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v6
16-
# - uses: julia-actions/setup-julia@v2
17-
# with:
18-
# version: '1'
19-
# - uses: julia-actions/cache@v2
2016
- uses: fredrikekre/runic-action@v1
2117
with:
2218
version: '1'

0 commit comments

Comments
 (0)