From 8a5ea32ed72ee81b686ea22a15529cd2042c6aa9 Mon Sep 17 00:00:00 2001 From: illegitimate-egg Date: Mon, 14 Oct 2024 22:22:00 +0100 Subject: [PATCH] Actions --- .github/workflows/compile.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 0b42f94..475cd7d 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -2,9 +2,9 @@ name: Test Compilation on: push: - branches: [ $default-branch ] + branches: [ "master" ] pull_request: - branches: [ $default-branch ] + branches: [ "master" ] workflow_dispatch: jobs: @@ -14,7 +14,8 @@ jobs: steps: - uses: actions/checkout@v4 - submodules: 'true' + with: + submodules: 'true' - name: Install python depdencies run: | python -m pip install --upgrade pip