We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f388c4 commit 15d77b9Copy full SHA for 15d77b9
1 file changed
.github/workflows/publish.yml
@@ -3,15 +3,15 @@ name: Publish
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
8
permissions:
9
id-token: write
10
11
jobs:
12
upload-crates-io:
13
name: Publish crates on crates.io
14
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout code
0 commit comments