Skip to content

Commit 30f1827

Browse files
committed
main
1 parent 3a950a3 commit 30f1827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
release:
3030
needs: build
3131
runs-on: ubuntu-24.04
32-
if: "${{ github.event.inputs.message != '' && github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }}"
32+
if: "${{ github.event.inputs.message != '' && github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }}"
3333
steps:
3434
- name: Checkout repository
3535
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

0 commit comments

Comments
 (0)