Update workflows

This commit is contained in:
Willy-JL
2023-03-07 22:23:19 +00:00
parent 07edb7eea8
commit 38fb1c8047
8 changed files with 61 additions and 300 deletions

View File

@@ -4,7 +4,7 @@ on:
push:
branches:
- dev
- "release*"
- main
tags:
- '*'
pull_request:
@@ -13,11 +13,6 @@ jobs:
check_protobuf:
runs-on: ubuntu-latest
steps:
- name: 'Decontaminate previous build leftovers'
run: |
if [ -d .git ]; then
git submodule status || git checkout "$(git rev-list --max-parents=0 HEAD | tail -n 1)"
fi
- name: 'Checkout code'
uses: actions/checkout@v3