We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a950a3 commit 30f1827Copy full SHA for 30f1827
.github/workflows/linux-build-test-deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
release:
30
needs: build
31
runs-on: ubuntu-24.04
32
- if: "${{ github.event.inputs.message != '' && github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }}"
+ if: "${{ github.event.inputs.message != '' && github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }}"
33
steps:
34
- name: Checkout repository
35
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
0 commit comments