fix: no such thing as $default-branch
This commit is contained in:
4
.github/workflows/validate.yaml
vendored
4
.github/workflows/validate.yaml
vendored
@@ -2,10 +2,10 @@ name: validate
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- $default-branch
|
||||
- '**'
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
- '**'
|
||||
jobs:
|
||||
compile:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user