Skip to content

Commit

Permalink
Merge pull request #88 from PikalaxALT/bugfix/calcrom
Browse files Browse the repository at this point in the history
  • Loading branch information
luckytyphlosion authored Oct 16, 2023
2 parents b098d93 + 134d6cd commit df7f8be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Empty file modified .github/calcrom/calcrom.py
100644 → 100755
Empty file.
4 changes: 3 additions & 1 deletion .github/calcrom/webhook.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit df7f8be

Please sign in to comment.