Skip to content

Commit 6c5c0c4

Browse files
authored
Merge pull request #93 from silicon-heaven/fix-ci-branch
Fix CI branch
2 parents 4f388c4 + 15d77b9 commit 6c5c0c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: Publish
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
permissions:
99
id-token: write
1010

1111
jobs:
1212
upload-crates-io:
1313
name: Publish crates on crates.io
14-
if: github.ref == 'refs/heads/master'
14+
if: github.ref == 'refs/heads/main'
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code

0 commit comments

Comments
 (0)