mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:05:44 +01:00
fix: no such thing as '$default-branch'
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -1,8 +1,6 @@
|
|||||||
name: release
|
name: release
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
branches:
|
|
||||||
- $default-branch
|
|
||||||
types:
|
types:
|
||||||
- published
|
- published
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
6
.github/workflows/validate.yaml
vendored
6
.github/workflows/validate.yaml
vendored
@@ -2,12 +2,10 @@ name: validate
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- '**'
|
||||||
- $default-branch
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- '**'
|
||||||
- $default-branch
|
|
||||||
jobs:
|
jobs:
|
||||||
# TODO: add unit test job here
|
# TODO: add unit test job here
|
||||||
compile-and-lint:
|
compile-and-lint:
|
||||||
|
|||||||
Reference in New Issue
Block a user