mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 11:05:45 +01:00
fix: no such thing as '$default-branch'
This commit is contained in:
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