Skip to content

Refactor Github Actions workflows #2

Refactor Github Actions workflows

Refactor Github Actions workflows #2

name: Build on Pull Request
on:
pull_request:
branches:
- main
- stable
env:
CACHE_VERSION: xxxxx1
jobs:
build:
uses: "./.github/workflows/build_and_test.yml"