Skip to content

Merge branch 'main' of https://github.com/DaDev123/NEW-SMOO-Plus #19

Merge branch 'main' of https://github.com/DaDev123/NEW-SMOO-Plus

Merge branch 'main' of https://github.com/DaDev123/NEW-SMOO-Plus #19

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
tags:
- '**'
- '!v[0-9]+.[0-9]+.[0-9]+'
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name : Checkout
uses : actions/checkout@v4
-
name : Build artifacts
uses : ./.github/actions/build