Actions
This commit is contained in:
parent
fd8b7f91e5
commit
8a5ea32ed7
7
.github/workflows/compile.yml
vendored
7
.github/workflows/compile.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user