Skip to content

Refactor Github Actions workflows (#906) #2

Refactor Github Actions workflows (#906)

Refactor Github Actions workflows (#906) #2

Workflow file for this run

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