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

@@ -1,8 +1,6 @@
name: release name: release
on: on:
release: release:
branches:
- $default-branch
types: types:
- published - published
workflow_dispatch: workflow_dispatch:

View File

@@ -2,12 +2,10 @@ name: validate
on: on:
push: push:
branches: branches:
- dev - '**'
- $default-branch
pull_request: pull_request:
branches: branches:
- dev - '**'
- $default-branch
jobs: jobs:
# TODO: add unit test job here # TODO: add unit test job here
compile-and-lint: compile-and-lint: