We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567010f commit 5b960a3Copy full SHA for 5b960a3
1 file changed
.github/workflows/custopize.yml
@@ -172,6 +172,11 @@ jobs:
172
<!-- mark:untested -->
173
EOF
174
175
+ [ "$GITHUB_REF_NAME" != "main" ] && cat <<EOF >> ./build/release.md
176
+
177
+ <!-- mark:ignored -->
178
+ EOF
179
180
- name: "🏗 Run CustoPiZer"
181
uses: OctoPrint/CustoPiZer@main
182
with:
@@ -249,6 +254,7 @@ jobs:
249
254
runs-on: ubuntu-latest
250
255
needs: [build, test]
251
256
environment: live
257
+ if: github.ref_name == "main"
252
258
steps:
253
259
260
- uses: actions/github-script@v6
0 commit comments