Skip to content

EddyTheCo pull_request to develop #56

EddyTheCo pull_request to develop

EddyTheCo pull_request to develop #56

name: push-build-release
run-name: ${{ github.actor }} ${{ github.event_name }} to ${{ github.event.pull_request.base.ref }}
on:
push:
tags:
- 'v*'
pull_request:
branches: [main,develop]
jobs:
build_test_package:
strategy:
matrix:
os: [ubuntu-latest,macos-latest,windows-latest]
uses: EddyTheCo/Common/.github/workflows/[email protected]
with:
os: ${{ matrix.os }}
qtVersion: '6.8.1'
qtModules: 'qtshadertools'
release-deploy:
if: startsWith(github.ref, 'refs/tags/v')
needs: [build_test_package]
uses: EddyTheCo/Common/.github/workflows/[email protected]
with:
release: true
permissions:
contents: write
pages: write
id-token: write