Merge pull request #88 from PikalaxALT/bugfix/calcrom

This commit is contained in:
luckytyphlosion
2023-10-16 08:53:29 -04:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

0
.github/calcrom/calcrom.py vendored Normal file → Executable file
View File

View File

@@ -1,4 +1,6 @@
#!/bin/bash -ex
#!/bin/bash
set -euxo pipefail
# Only run this script if it's the main branch build.
if [[ "$GITHUB_REF" != "refs/heads/main" || "$GITHUB_EVENT_NAME" != "push" ]]; then