diff --git a/.github/workflows/Repo Testing.yaml b/.github/workflows/Repo Testing.yaml index 85c3766..5fa36e9 100644 --- a/.github/workflows/Repo Testing.yaml +++ b/.github/workflows/Repo Testing.yaml @@ -7,6 +7,7 @@ on: [push] jobs: repo-init-sync: runs-on: ubuntu-latest + if: github.ref == 'refs/heads/main' steps: - name: Checkout uses: actions/checkout@master diff --git a/default.xml b/default.xml index 55666f5..471e5df 100644 --- a/default.xml +++ b/default.xml @@ -13,6 +13,6 @@ - + diff --git a/scripts/check-directories.sh b/scripts/check-directories.sh index 8bdde52..7ddeee2 100644 --- a/scripts/check-directories.sh +++ b/scripts/check-directories.sh @@ -29,7 +29,7 @@ else exit 1 fi -if [ -d "Octoprint Integration" ]; then +if [ -d "Octoprint" ]; then echo "Octoprint Integration downloaded" else echo "Octoprint Integration not downloaded"