mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-09-08 09:45:56 -05:00
Merge pull request #88 from PikalaxALT/bugfix/calcrom
This commit is contained in:
0
.github/calcrom/calcrom.py
vendored
Normal file → Executable file
0
.github/calcrom/calcrom.py
vendored
Normal file → Executable file
4
.github/calcrom/webhook.sh
vendored
4
.github/calcrom/webhook.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user