mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 11:25:45 +01:00
implement workflows for the most part
workflows fail immediately when pushing, started filling them. "validate" currently has a placeholder, "release" is still unable to compile due to the clang dependency. Will fix these in the next commit.
This commit is contained in:
15
.github/workflows/validate.yaml
vendored
15
.github/workflows/validate.yaml
vendored
@@ -0,0 +1,15 @@
|
||||
name: release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- $default-branch
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
- $default-branch
|
||||
jobs:
|
||||
tmp:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo Hello, World
|
||||
|
||||
Reference in New Issue
Block a user