fix: no such thing as '$default-branch'

This commit is contained in:
Quinn
2025-04-09 15:44:13 +02:00
committed by Quinn
parent 35f38f8980
commit eeb219a5b4
2 changed files with 2 additions and 6 deletions

View File

@@ -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: