1
0
Fork 0
mirror of synced 2024-04-26 00:32:25 +12:00

Use release branch for workflows

This commit is contained in:
Dummerle 2022-09-27 23:34:28 +02:00 committed by lennard
parent 73a4b37f28
commit e6bbb2035b
No known key found for this signature in database
GPG key ID: AB6010FE63C7C2B1

View file

@ -64,6 +64,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
ref: "release"
- name: Install build dependencies
run: |
sudo apt update
@ -101,6 +103,8 @@ jobs:
runs-on: "windows-latest"
steps:
- uses: actions/checkout@v3
with:
ref: "release"
- uses: actions/setup-python@v4
with:
python-version: '3.9'
@ -162,6 +166,8 @@ jobs:
runs-on: "windows-latest"
steps:
- uses: actions/checkout@v3
with:
ref: "release"
- uses: actions/setup-python@v4
with:
python-version: '3.9'
@ -190,6 +196,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
ref: "release"
- uses: actions/setup-python@v4
with:
python-version: '3.9'