Update gitactions master->main (#72)

This commit is contained in:
adria0.eth
2020-10-12 10:55:21 +02:00
committed by GitHub
parent cb0513a8b1
commit 9110b1d9e4
3 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main
- stable
jobs:
build-tests:
@@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout sources
uses: actions/checkout@master
uses: actions/checkout@main
with:
submodules: true
- name: Install toolchain