Skip to content

Hadsch Hallas: Allow to switch to "Build Mine" if "Upgrade" via Facti… #231

Hadsch Hallas: Allow to switch to "Build Mine" if "Upgrade" via Facti…

Hadsch Hallas: Allow to switch to "Build Mine" if "Upgrade" via Facti… #231

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- experimental/**
- master
pull_request:
branches-ignore:
- experimental/**
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: brdgm/github-action-build@v1
with:
sonar-token: ${{ secrets.SONARCLOUD_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}