This commit is contained in:
illegitimate-egg 2024-10-14 22:22:00 +01:00
parent fd8b7f91e5
commit 8a5ea32ed7

View File

@ -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,6 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Install python depdencies
run: |