mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:15:47 +01:00
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.
16 lines
224 B
YAML
16 lines
224 B
YAML
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
|