SuperMarioOdysseyOnline/.github/workflows/build.yml

27 lines
333 B
YAML
Raw Normal View History

2022-07-12 22:01:23 +00:00
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@v3
-
name : Build artifacts
uses : ./.github/actions/build