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
|
||||
on:
|
||||
release:
|
||||
branches:
|
||||
- $default-branch
|
||||
types:
|
||||
- published
|
||||
workflow_dispatch:
|
||||
|
||||
6
.github/workflows/validate.yaml
vendored
6
.github/workflows/validate.yaml
vendored
@@ -2,12 +2,10 @@ name: validate
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- $default-branch
|
||||
- '**'
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
- $default-branch
|
||||
- '**'
|
||||
jobs:
|
||||
# TODO: add unit test job here
|
||||
compile-and-lint:
|
||||
|
||||
Reference in New Issue
Block a user