Do full checks on release branches

This commit is contained in:
daz 2024-01-23 15:05:57 -07:00
parent 982da8e78c
commit d8ca9b7d2e
No known key found for this signature in database
3 changed files with 5 additions and 1 deletions

View file

@ -9,6 +9,7 @@ on:
push:
branches:
- main
- release/**
paths:
- '.github/**'
- 'dist/**'

View file

@ -3,7 +3,9 @@ name: CI-quick-check
on:
workflow_dispatch:
push:
branches-ignore: main
branches-ignore:
- main
- release/**
jobs:
build-distribution:

View file

@ -8,6 +8,7 @@ on:
push:
branches:
- main
- release/**
- dependabot/**
jobs: