fix: no such thing as $default-branch

This commit is contained in:
Quinn
2025-04-09 15:42:25 +02:00
parent 42264b6402
commit a37f47d9f6

View File

@@ -2,10 +2,10 @@ name: validate
on:
pull_request:
branches:
- $default-branch
- '**'
push:
branches:
- $default-branch
- '**'
jobs:
compile:
runs-on: ubuntu-latest